diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-06 22:48:44 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-06 22:48:44 +0000 |
commit | 3eb2c4063ca901eac7b0a991db9dfab4c0348037 (patch) | |
tree | c8f68e5bafe2d011889c6d80560b31e8dbc5bb4e /sysutils/fsck_ext2fs/files/patch-aa | |
parent | Add probably useful entries: google, google-bsd, freebsd-cvsweb and freebsd-pr. (diff) |
Add a port of OpenBSD's fsck_ext2fs. This is pseudo-version 2.8, which
means, it is obtained from OpenBSD 2.8.
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=35730
Diffstat (limited to 'sysutils/fsck_ext2fs/files/patch-aa')
-rw-r--r-- | sysutils/fsck_ext2fs/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/fsck_ext2fs/files/patch-aa b/sysutils/fsck_ext2fs/files/patch-aa new file mode 100644 index 000000000000..d32ee55408e6 --- /dev/null +++ b/sysutils/fsck_ext2fs/files/patch-aa @@ -0,0 +1,19 @@ +--- fsck_ext2fs/main.c.orig Thu Apr 27 02:26:06 2000 ++++ fsck_ext2fs/main.c Sat Jul 15 11:05:32 2000 +@@ -56,6 +56,7 @@ + #include <sys/param.h> + #include <sys/time.h> + #include <sys/mount.h> ++#include <ufs/ufs/ufsmount.h> + #include <ufs/ext2fs/ext2fs_dinode.h> + #include <ufs/ext2fs/ext2fs.h> + #include <fstab.h> +@@ -69,6 +70,8 @@ + #include "fsck.h" + #include "extern.h" + #include "fsutil.h" ++ ++#define MOUNT_EXT2FS "/sbin/mount_ext2fs" + + int returntosingle; + |