Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/main.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/main.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.206 retrieving revision 1.207 diff -u -p -r1.206 -r1.207 --- src/usr.bin/make/main.c 2013/02/16 02:11:11 1.206 +++ src/usr.bin/make/main.c 2013/02/16 02:39:27 1.207 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.206 2013/02/16 02:11:11 christos Exp $ */ +/* $NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,7 +69,7 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: main.c,v 1.206 2013/02/16 02:11:11 christos Exp $"; +static char rcsid[] = "$NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $"; #else #include #ifndef lint @@ -81,7 +81,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 19 #if 0 static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94"; #else -__RCSID("$NetBSD: main.c,v 1.206 2013/02/16 02:11:11 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $"); #endif #endif /* not lint */ #endif @@ -119,9 +119,7 @@ __RCSID("$NetBSD: main.c,v 1.206 2013/02 #include #include #include -#ifdef MAKE_NATIVE #include -#endif #include #include @@ -782,9 +780,7 @@ main(int argc, char **argv) static char defsyspath[] = _PATH_DEFSYSPATH; char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ struct timeval rightnow; /* to initialize random seed */ -#ifdef MAKE_NATIVE struct utsname utsname; -#endif /* default to writing debug to stderr */ debug_file = stderr;