summaryrefslogtreecommitdiff
path: root/sysutils/fsck_ext2fs/files/patch-ab
blob: a19fa295f4cb34840e7463a66954b46ce2dd0a60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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 @@
 #include "fsutil.h"
 
 #define POWEROF2(num)	(((num) & ((num) - 1)) == 0)
+#define FS_EXT2FS	17	/* ext2fs */
 
 void badsb __P((int, char *));
 int calcsb __P((char *, int, struct m_ext2fs *));