Module Name:    src
Committed By:   christos
Date:           Mon Jul 13 21:44:32 UTC 2009

Modified Files:
        src/usr.bin/fstat: misc.c

Log Message:
move _KMEMUSER higher!


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/fstat/misc.c

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

Modified files:

Index: src/usr.bin/fstat/misc.c
diff -u src/usr.bin/fstat/misc.c:1.6 src/usr.bin/fstat/misc.c:1.7
--- src/usr.bin/fstat/misc.c:1.6	Mon Jul 13 17:43:24 2009
+++ src/usr.bin/fstat/misc.c	Mon Jul 13 17:44:32 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: misc.c,v 1.6 2009/07/13 21:43:24 christos Exp $	*/
+/*	$NetBSD: misc.c,v 1.7 2009/07/13 21:44:32 christos Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,11 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: misc.c,v 1.6 2009/07/13 21:43:24 christos Exp $");
+__RCSID("$NetBSD: misc.c,v 1.7 2009/07/13 21:44:32 christos Exp $");
 
+#define _KMEMUSER
 #include <stdbool.h>
 #include <sys/param.h>
-#define _KMEMUSER
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/stat.h>

Reply via email to