Source-Changes-HG archive

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

[src/trunk]: src/lib/libpuffs Reenable pathconf now that the retval argument ...



details:   https://anonhg.NetBSD.org/src/rev/f08b5f7322ca
branches:  trunk
changeset: 755485:f08b5f7322ca
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 07 11:22:36 2010 +0000

description:
Reenable pathconf now that the retval argument is register_t.

diffstat:

 lib/libpuffs/puffs.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 8d2fa7e52da1 -r f08b5f7322ca lib/libpuffs/puffs.c
--- a/lib/libpuffs/puffs.c      Mon Jun 07 11:21:31 2010 +0000
+++ b/lib/libpuffs/puffs.c      Mon Jun 07 11:22:36 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs.c,v 1.109 2010/06/06 23:11:05 pooka Exp $        */
+/*     $NetBSD: puffs.c,v 1.110 2010/06/07 11:22:36 pooka Exp $        */
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: puffs.c,v 1.109 2010/06/06 23:11:05 pooka Exp $");
+__RCSID("$NetBSD: puffs.c,v 1.110 2010/06/07 11:22:36 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/param.h>
@@ -101,10 +101,7 @@
        FILLOP(read,     READ);
        FILLOP(write,    WRITE);
        FILLOP(abortop,  ABORTOP);
-#if 0
-       /* make pvnr_retval container sensible */
        FILLOP(pathconf, PATHCONF);
-#endif
 
        FILLOP(getextattr,  GETEXTATTR);
        FILLOP(setextattr,  SETEXTATTR);



Home | Main Index | Thread Index | Old Index