Module Name: src
Committed By: manu
Date: Wed Jun 1 07:57:24 UTC 2011
Modified Files:
src/lib/libperfuse: ops.c
Log Message:
Remove outdated comment about a fixed bug
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libperfuse/ops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libperfuse/ops.c
diff -u src/lib/libperfuse/ops.c:1.28 src/lib/libperfuse/ops.c:1.29
--- src/lib/libperfuse/ops.c:1.28 Mon May 30 14:50:08 2011
+++ src/lib/libperfuse/ops.c Wed Jun 1 07:57:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ops.c,v 1.28 2011/05/30 14:50:08 manu Exp $ */
+/* $NetBSD: ops.c,v 1.29 2011/06/01 07:57:24 manu Exp $ */
/*-
* Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -1370,12 +1370,6 @@
return 0;
}
-/*
- * XXX
- * This fails as unprivilegied, it should not: touch testa/testx/a
- * d-wx-wx-wx 2 root wheel 512 Oct 5 04:32 testa/testx
- * -rwxrwxrwx 1 root wheel 0 Oct 5 04:39 testa/testx/a
- */
int
perfuse_node_access(pu, opc, mode, pcr)
struct puffs_usermount *pu;