summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-03-28 03:29:46 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-03-28 03:29:46 +0000
commit7f3b9e3bc6d1bf3735d920fc2a1a0928246b3143 (patch)
tree0aa1425db7a5ebb5ec5e9217909e9e73b676b196 /usr.bin
parent5db347204f2f2d0c33e0cf121e4067464540507a (diff)
Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,
msdos, NFS, fifos and devices, plus support for querying it in getconf(2) and the requisite pathconf(2) manpage blurb ok tedu@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/getconf/getconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c
index c2a5378ecb4..b4593c705e2 100644
--- a/usr.bin/getconf/getconf.c
+++ b/usr.bin/getconf/getconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getconf.c,v 1.15 2013/03/07 08:54:53 guenther Exp $ */
+/* $OpenBSD: getconf.c,v 1.16 2013/03/28 03:29:45 guenther Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -287,7 +287,7 @@ const struct conf_variable uposix_conf_table[] =
pathconf_row(ASYNC_IO)
pathconf_row(PRIO_IO)
pathconf_row(SYNC_IO)
- /*pathconf_row(TIMESTAMP_RESOLUTION)*/
+ pathconf_row(TIMESTAMP_RESOLUTION)
{ NULL }
};