diff options
| author | tv <tv@NetBSD.org> | 2002-01-29 10:20:28 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2002-01-29 10:20:28 +0000 |
| commit | a328e34106599ccb87ddb07217c33f1e844acfbf (patch) | |
| tree | 6aff6262b618023ed68047c6655a436330f9380b /lib/libc/string | |
| parent | ff243397df2f10c378d41cd67c5ae754e7d52b8b (diff) | |
Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strmode.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 3ff021f481a..44c2e70a456 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -1,4 +1,4 @@ -/* $NetBSD: strmode.c,v 1.11 1999/09/20 04:39:47 lukem Exp $ */ +/* $NetBSD: strmode.c,v 1.12 2002/01/29 10:20:31 tv Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -33,12 +33,16 @@ * SUCH DAMAGE. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #else -__RCSID("$NetBSD: strmode.c,v 1.11 1999/09/20 04:39:47 lukem Exp $"); +__RCSID("$NetBSD: strmode.c,v 1.12 2002/01/29 10:20:31 tv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ |
