Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/fs/lib/libntfs remove -D__NetBSD__ (it's done globa...



details:   https://anonhg.NetBSD.org/src/rev/8a1ee1fb8933
branches:  trunk
changeset: 752139:8a1ee1fb8933
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 16 20:34:03 2010 +0000

description:
remove -D__NetBSD__ (it's done globally now)

diffstat:

 sys/rump/fs/lib/libntfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be21dfc93cae -r 8a1ee1fb8933 sys/rump/fs/lib/libntfs/Makefile
--- a/sys/rump/fs/lib/libntfs/Makefile  Tue Feb 16 19:59:31 2010 +0000
+++ b/sys/rump/fs/lib/libntfs/Makefile  Tue Feb 16 20:34:03 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2008/07/29 13:17:43 pooka Exp $
+#      $NetBSD: Makefile,v 1.5 2010/02/16 20:34:03 pooka Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../fs/ntfs
@@ -8,7 +8,7 @@
 SRCS=  ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c               \
        ntfs_vfsops.c ntfs_vnops.c
 
-CFLAGS+=-Wno-pointer-sign -D__NetBSD__
+CFLAGS+=-Wno-pointer-sign
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index