Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.sbin/puffs/mount_9p/node.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.sbin/puffs/mount_9p/node.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- src/usr.sbin/puffs/mount_9p/node.c 2020/05/27 03:25:13 1.28 +++ src/usr.sbin/puffs/mount_9p/node.c 2020/06/01 13:30:52 1.29 @@ -1,4 +1,4 @@ -/* $NetBSD: node.c,v 1.28 2020/05/27 03:25:13 uwe Exp $ */ +/* $NetBSD: node.c,v 1.29 2020/06/01 13:30:52 uwe Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -27,7 +27,7 @@ #include #ifndef lint -__RCSID("$NetBSD: node.c,v 1.28 2020/05/27 03:25:13 uwe Exp $"); +__RCSID("$NetBSD: node.c,v 1.29 2020/06/01 13:30:52 uwe Exp $"); #endif /* !lint */ #include @@ -595,7 +595,7 @@ puffs9p_node_rename(struct puffs_usermou if (targ) { struct puffs_node *pn_targ = targ; - rv = noderemove(pu, pn_targ); + rv = noderemove(pu, pn_targ); if (rv) goto out; }