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/61d88ed3b042
branches: trunk
changeset: 1008938:61d88ed3b042
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 f1223cf82466 -r 61d88ed3b042 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