diff options
author | 2010-03-08 11:20:15 +0000 | |
---|---|---|
committer | 2010-03-08 11:20:15 +0000 | |
commit | 1b57834f0d83e6c38bb4bb9e7270b0ffd989bdec (patch) | |
tree | e3a10ed698f2c393247378b411fcbff43e257c09 | |
parent | if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@ (diff) | |
download | wireguard-openbsd-1b57834f0d83e6c38bb4bb9e7270b0ffd989bdec.tar.xz wireguard-openbsd-1b57834f0d83e6c38bb4bb9e7270b0ffd989bdec.zip |
now that fsck_ext2fs is repaired wrt small filesystems, remove
redundant comment
-rw-r--r-- | distrib/loongson/miniroot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/loongson/miniroot/Makefile b/distrib/loongson/miniroot/Makefile index 17f638482d6..4c7582e2b26 100644 --- a/distrib/loongson/miniroot/Makefile +++ b/distrib/loongson/miniroot/Makefile @@ -16,8 +16,6 @@ VND_RIDEV= /dev/r${VND}i PID!= echo $$$$ DISKTYPE= miniroot -# if we make the image smaller, there is no room for an alternate sb -# out fsck_ext2fs does not like that NBLKS= 18432 |