Module Name:    othersrc
Committed By:   dholland
Date:           Mon Feb 25 03:08:23 UTC 2013

Modified Files:
        othersrc/usr.bin/dholland-make2: portable.c

Log Message:
sort #defines


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/portable.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/dholland-make2/portable.c
diff -u othersrc/usr.bin/dholland-make2/portable.c:1.2 othersrc/usr.bin/dholland-make2/portable.c:1.3
--- othersrc/usr.bin/dholland-make2/portable.c:1.2	Mon Feb 25 02:53:33 2013
+++ othersrc/usr.bin/dholland-make2/portable.c	Mon Feb 25 03:08:23 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: portable.c,v 1.2 2013/02/25 02:53:33 dholland Exp $	*/
+/*	$NetBSD: portable.c,v 1.3 2013/02/25 03:08:23 dholland Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 
 #ifdef MAKE_NATIVE
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: portable.c,v 1.2 2013/02/25 02:53:33 dholland Exp $");
+__RCSID("$NetBSD: portable.c,v 1.3 2013/02/25 03:08:23 dholland Exp $");
 #endif
 
 #include <sys/param.h>
@@ -44,8 +44,8 @@ __RCSID("$NetBSD: portable.c,v 1.2 2013/
 
 #ifdef MAKE_NATIVE
 #define HAVE_STRERROR
-#define HAVE_VSNPRINTF
 #define HAVE_STRFTIME
+#define HAVE_VSNPRINTF
 #endif
 
 ////////////////////////////////////////////////////////////

Reply via email to