Source-Changes-HG archive

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

[src/trunk]: src/lib/libpuffs signal pathconf in the vector of supported ops



details:   https://anonhg.NetBSD.org/src/rev/d3fa31339d50
branches:  trunk
changeset: 755465:d3fa31339d50
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Jun 06 22:44:54 2010 +0000

description:
signal pathconf in the vector of supported ops

diffstat:

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

diffs (26 lines):

diff -r 6f220b2d1207 -r d3fa31339d50 lib/libpuffs/puffs.c
--- a/lib/libpuffs/puffs.c      Sun Jun 06 20:09:38 2010 +0000
+++ b/lib/libpuffs/puffs.c      Sun Jun 06 22:44:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs.c,v 1.107 2010/05/21 10:50:52 pooka Exp $        */
+/*     $NetBSD: puffs.c,v 1.108 2010/06/06 22:44:54 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.107 2010/05/21 10:50:52 pooka Exp $");
+__RCSID("$NetBSD: puffs.c,v 1.108 2010/06/06 22:44:54 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/param.h>
@@ -101,6 +101,7 @@
        FILLOP(read,     READ);
        FILLOP(write,    WRITE);
        FILLOP(abortop,  ABORTOP);
+       FILLOP(pathconf, PATHCONF);
 
        FILLOP(getextattr,  GETEXTATTR);
        FILLOP(setextattr,  SETEXTATTR);



Home | Main Index | Thread Index | Old Index