Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Provide __SCCSID() needed by pwd_mkdb.



details:   https://anonhg.NetBSD.org/src/rev/1de3620b15dd
branches:  trunk
changeset: 542353:1de3620b15dd
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 27 01:17:47 2003 +0000

description:
Provide __SCCSID() needed by pwd_mkdb.

diffstat:

 tools/compat/compat_defs.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c53717a8cdc2 -r 1de3620b15dd tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h        Mon Jan 27 00:56:12 2003 +0000
+++ b/tools/compat/compat_defs.h        Mon Jan 27 01:17:47 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_defs.h,v 1.23 2002/11/29 13:00:22 lukem Exp $   */
+/*     $NetBSD: compat_defs.h,v 1.24 2003/01/27 01:17:47 uwe Exp $     */
 
 #ifndef        __NETBSD_COMPAT_DEFS_H__
 #define        __NETBSD_COMPAT_DEFS_H__
@@ -315,6 +315,11 @@
 #undef RCSID
 #define RCSID(x)
 
+/* pwd_mkdb expects this one. */
+
+#undef __SCCSID
+#define __SCCSID(x)
+
 /* Some definitions not available on all systems. */
 
 /* <errno.h> */



Home | Main Index | Thread Index | Old Index