Source-Changes-HG archive

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

[src/trunk]: src/tools/compat complete check for lchflags



details:   https://anonhg.NetBSD.org/src/rev/38d8e656287e
branches:  trunk
changeset: 537809:38d8e656287e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Oct 06 01:25:58 2002 +0000

description:
complete check for lchflags

diffstat:

 tools/compat/config.h.in |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fd13dd86bef -r 38d8e656287e tools/compat/config.h.in
--- a/tools/compat/config.h.in  Sun Oct 06 00:07:17 2002 +0000
+++ b/tools/compat/config.h.in  Sun Oct 06 01:25:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h.in,v 1.23 2002/10/04 22:10:10 thorpej Exp $   */
+/*     $NetBSD: config.h.in,v 1.24 2002/10/06 01:25:58 lukem Exp $     */
 
 #ifndef        __NETBSD_COMPAT_CONFIG_H__
 #define        __NETBSD_COMPAT_CONFIG_H__
@@ -59,6 +59,7 @@
 #undef HAVE_GETOPT_LONG
 #undef HAVE_ISBLANK
 #undef HAVE_ISSETUGID
+#undef HAVE_LCHFLAGS
 #undef HAVE_LCHMOD
 #undef HAVE_LCHOWN
 #undef HAVE_LUTIMES



Home | Main Index | Thread Index | Old Index