Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make apply solaris fixes
details: https://anonhg.NetBSD.org/src/rev/70ec4badb2b4
branches: trunk
changeset: 474140:70ec4badb2b4
user: christos <christos%NetBSD.org@localhost>
date: Tue Jun 29 07:44:21 1999 +0000
description:
apply solaris fixes
diffstat:
usr.bin/make/util.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r c73bdb6a40c1 -r 70ec4badb2b4 usr.bin/make/util.c
--- a/usr.bin/make/util.c Tue Jun 29 07:22:25 1999 +0000
+++ b/usr.bin/make/util.c Tue Jun 29 07:44:21 1999 +0000
@@ -1,15 +1,15 @@
-/* $NetBSD: util.c,v 1.20 1999/03/19 16:11:02 christos Exp $ */
+/* $NetBSD: util.c,v 1.21 1999/06/29 07:44:21 christos Exp $ */
/*
* Missing stuff from OS's
*/
#ifdef MAKE_BOOTSTRAP
-static char rcsid[] = "$NetBSD: util.c,v 1.20 1999/03/19 16:11:02 christos Exp $";
+static char rcsid[] = "$NetBSD: util.c,v 1.21 1999/06/29 07:44:21 christos Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: util.c,v 1.20 1999/03/19 16:11:02 christos Exp $");
+__RCSID("$NetBSD: util.c,v 1.21 1999/06/29 07:44:21 christos Exp $");
#endif
#endif
@@ -356,7 +356,7 @@
#endif
-#ifndef BSD4_4
+#if !defined(BSD4_4) && !defined(SUNOS_5_7) && !defined(__linux__)
#ifdef __STDC__
#include <stdarg.h>
#else
@@ -429,7 +429,7 @@
return rv;
}
-#ifndef __SVR4
+#if !defined(__SVR4) && !defined(__linux__)
int
strftime(buf, len, fmt, tm)
char *buf;
Home |
Main Index |
Thread Index |
Old Index