diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:38:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:38:02 +0000 |
commit | 311a5e181178b6ffd3b81fe8dd303399b3496eb0 (patch) | |
tree | ea79a7aac4b161129cb01d753e5f8271c7cd399c /sysutils/fsck_ext2fs | |
parent | 409a73f08b27472c0bd7439ab99a6f1a8285ba91 (diff) |
Fix build on -current (catch up to <sys/disklabel.h> changes)
Notes
Notes:
svn path=/head/; revision=68455
Diffstat (limited to 'sysutils/fsck_ext2fs')
-rw-r--r-- | sysutils/fsck_ext2fs/files/patch-ab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sysutils/fsck_ext2fs/files/patch-ab b/sysutils/fsck_ext2fs/files/patch-ab index a19fa295f4cb..3fdcec995c28 100644 --- a/sysutils/fsck_ext2fs/files/patch-ab +++ b/sysutils/fsck_ext2fs/files/patch-ab @@ -1,6 +1,14 @@ ---- fsck_ext2fs/setup.c.orig Thu Apr 27 02:26:06 2000 -+++ fsck_ext2fs/setup.c Sat Jul 15 11:06:00 2000 -@@ -69,6 +69,7 @@ +--- fsck_ext2fs/setup.c.orig Wed Apr 26 16:26:06 2000 ++++ fsck_ext2fs/setup.c Sun Oct 20 17:38:55 2002 +@@ -48,6 +48,7 @@ + #endif /* not lint */ + + #define DKTYPENAMES ++#define FSTYPENAMES + #include <sys/param.h> + #include <sys/time.h> + #include <ufs/ext2fs/ext2fs_dinode.h> +@@ -69,6 +70,7 @@ #include "fsutil.h" #define POWEROF2(num) (((num) & ((num) - 1)) == 0) |