Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/lfs Remove the ufs_vnops.c hacks from the lfs mo...
details: https://anonhg.NetBSD.org/src/rev/0291f5bf15e8
branches: trunk
changeset: 752631:0291f5bf15e8
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 02 18:00:24 2010 +0000
description:
Remove the ufs_vnops.c hacks from the lfs module, since ffs (and
hence ufs) has been required by lfs for ages now.
diffstat:
sys/modules/lfs/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (24 lines):
diff -r 324f4f2de76a -r 0291f5bf15e8 sys/modules/lfs/Makefile
--- a/sys/modules/lfs/Makefile Tue Mar 02 17:28:08 2010 +0000
+++ b/sys/modules/lfs/Makefile Tue Mar 02 18:00:24 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/11/16 15:39:19 ad Exp $
+# $NetBSD: Makefile,v 1.3 2010/03/02 18:00:24 pooka Exp $
.include "../Makefile.inc"
@@ -6,13 +6,9 @@
lfs_vnops.o: ufs_readwrite.c
-COPTS+= -DLFS -Dufs_mkdir=lfs_ufs_mkdir -Dufs_makeinode=lfs_ufs_makeinode \
- -Dufs_strategy=lfs_ufs_strategy -Dufs_whiteout=lfs_ufs_whiteout \
- -Dufs_link=lfs_ufs_link -Dufs_rename=lfs_ufs_rename
-
KMOD= lfs
SRCS= lfs_vfsops.c lfs_vnops.c lfs_subr.c lfs_alloc.c lfs_balloc.c \
lfs_bio.c lfs_cksum.c lfs_debug.c lfs_inode.c lfs_segment.c \
- lfs_syscalls.c ufs_vnops.c lfs_itimes.c
+ lfs_syscalls.c lfs_itimes.c
.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index