Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/net/ethfoo/ethfoo It compiles at WARNS=3.



details:   https://anonhg.NetBSD.org/src/rev/082f506d0c88
branches:  trunk
changeset: 571268:082f506d0c88
user:      cube <cube%NetBSD.org@localhost>
date:      Sun Nov 14 20:06:03 2004 +0000

description:
It compiles at WARNS=3.

diffstat:

 sys/lkm/net/ethfoo/ethfoo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 8e55beab0ebf -r 082f506d0c88 sys/lkm/net/ethfoo/ethfoo/Makefile
--- a/sys/lkm/net/ethfoo/ethfoo/Makefile        Sun Nov 14 20:05:42 2004 +0000
+++ b/sys/lkm/net/ethfoo/ethfoo/Makefile        Sun Nov 14 20:06:03 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2003/11/24 21:58:45 cube Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/14 20:06:03 cube Exp $
 
 SRCS=  ethfoo_lkm.c
 KMOD=  ethfoo
 MAN=   #
+WARNS= 3
 
 .include <bsd.kmod.mk>



Home | Main Index | Thread Index | Old Index