Module Name:    src
Committed By:   mrg
Date:           Mon Sep  7 03:19:05 UTC 2020

Modified Files:
        src/sbin/fsck_lfs: Makefile
        src/usr.sbin/dumplfs: Makefile

Log Message:
remove GCC_NO_ADDR_OF_PACKED_MEMBER now lfs_accessors.h works.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/fsck_lfs/Makefile
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/dumplfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_lfs/Makefile
diff -u src/sbin/fsck_lfs/Makefile:1.21 src/sbin/fsck_lfs/Makefile:1.22
--- src/sbin/fsck_lfs/Makefile:1.21	Sun Sep  6 07:20:27 2020
+++ src/sbin/fsck_lfs/Makefile	Mon Sep  7 03:19:04 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2020/09/06 07:20:27 mrg Exp $
+#	$NetBSD: Makefile,v 1.22 2020/09/07 03:19:04 mrg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 WARNS?=	3	# XXX: sign-compare issues
@@ -19,6 +19,4 @@ CPPFLAGS+=-I${.CURDIR} -I${FSCK} -DIN_FS
 LDADD+=-lutil
 DPADD+=${LIBUTIL}
 
-CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}
-
 .include <bsd.prog.mk>

Index: src/usr.sbin/dumplfs/Makefile
diff -u src/usr.sbin/dumplfs/Makefile:1.19 src/usr.sbin/dumplfs/Makefile:1.20
--- src/usr.sbin/dumplfs/Makefile:1.19	Sun Sep  6 07:20:31 2020
+++ src/usr.sbin/dumplfs/Makefile	Mon Sep  7 03:19:05 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.19 2020/09/06 07:20:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.20 2020/09/07 03:19:05 mrg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 WARNS?=	3	# XXX -Wsign-compare
@@ -12,6 +12,4 @@ MAN=	dumplfs.8
 LDADD+=	-lutil
 DPADD+= ${LIBUTIL}
 
-CWARNFLAGS.gcc+=        	${GCC_NO_ADDR_OF_PACKED_MEMBER}
-
 .include <bsd.prog.mk>

Reply via email to