Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libperfuse Remove outdated comment about a fixed bug



details:   https://anonhg.NetBSD.org/src/rev/7ac8c1980b7d
branches:  trunk
changeset: 765602:7ac8c1980b7d
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Jun 01 07:57:24 2011 +0000

description:
Remove outdated comment about a fixed bug

diffstat:

 lib/libperfuse/ops.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r e53a11dc267e -r 7ac8c1980b7d lib/libperfuse/ops.c
--- a/lib/libperfuse/ops.c      Wed Jun 01 05:06:17 2011 +0000
+++ b/lib/libperfuse/ops.c      Wed Jun 01 07:57:24 2011 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index