Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/newfs fix this if MFS is not #defined



details:   https://anonhg.NetBSD.org/src/rev/c58b26374973
branches:  trunk
changeset: 520826:c58b26374973
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jan 18 08:37:08 2002 +0000

description:
fix this if MFS is not #defined

diffstat:

 sbin/newfs/newfs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 0dad577cda90 -r c58b26374973 sbin/newfs/newfs.c
--- a/sbin/newfs/newfs.c        Fri Jan 18 08:32:34 2002 +0000
+++ b/sbin/newfs/newfs.c        Fri Jan 18 08:37:08 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: newfs.c,v 1.55 2002/01/15 07:41:50 lukem Exp $ */
+/*     $NetBSD: newfs.c,v 1.56 2002/01/18 08:37:08 lukem Exp $ */
 
 /*
  * Copyright (c) 1983, 1989, 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)newfs.c    8.13 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: newfs.c,v 1.55 2002/01/15 07:41:50 lukem Exp $");
+__RCSID("$NetBSD: newfs.c,v 1.56 2002/01/18 08:37:08 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -225,11 +225,11 @@
        char mountfromname[100];
        pid_t pid, res;
        struct statfs sf;
+       int status;
+#endif
        mode_t mfsmode;
        uid_t mfsuid;
        gid_t mfsgid;
-       int status;
-#endif
 
        cp = NULL;
        fsi = fso = -1;



Home | Main Index | Thread Index | Old Index