Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Sync "common" declarations with ifdefs in header.



details:   https://anonhg.NetBSD.org/src/rev/de6c14a1ac05
branches:  trunk
changeset: 970903:de6c14a1ac05
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 09:54:24 2020 +0000

description:
Sync "common" declarations with ifdefs in header.

diffstat:

 sbin/fsck_ffs/main.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b37216750da6 -r de6c14a1ac05 sbin/fsck_ffs/main.c
--- a/sbin/fsck_ffs/main.c      Mon Apr 06 09:48:44 2020 +0000
+++ b/sbin/fsck_ffs/main.c      Mon Apr 06 09:54:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.88 2020/04/06 06:41:34 mrg Exp $    */
+/*     $NetBSD: main.c,v 1.89 2020/04/06 09:54:24 martin Exp $ */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.6 (Berkeley) 5/14/95";
 #else
-__RCSID("$NetBSD: main.c,v 1.88 2020/04/06 06:41:34 mrg Exp $");
+__RCSID("$NetBSD: main.c,v 1.89 2020/04/06 09:54:24 martin Exp $");
 #endif
 #endif /* not lint */
 
@@ -117,12 +117,14 @@
 char   resolved;
 #ifndef NO_FFS_EI
 int    endian;
-#endif
 int    doswap;
 int    needswap;
 int    do_blkswap;
 int    do_dirswap;
+#endif
+#ifndef NO_APPLE_UFS
 int    isappleufs;
+#endif
 daddr_t maxfsblock;
 char   *blockmap;
 ino_t  maxino;



Home | Main Index | Thread Index | Old Index