Module Name: src Committed By: christos Date: Thu Sep 26 18:36:08 UTC 2019
Modified Files: src/sys/modules/ptyfs: Makefile Log Message: kill WARNS = 3 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/ptyfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/modules/ptyfs/Makefile diff -u src/sys/modules/ptyfs/Makefile:1.2 src/sys/modules/ptyfs/Makefile:1.3 --- src/sys/modules/ptyfs/Makefile:1.2 Sat Feb 16 23:05:56 2019 +++ src/sys/modules/ptyfs/Makefile Thu Sep 26 14:36:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:56 rin Exp $ +# $NetBSD: Makefile,v 1.3 2019/09/26 18:36:08 christos Exp $ .include "../Makefile.inc" @@ -8,6 +8,4 @@ KMOD= ptyfs SRCS= ptyfs_vfsops.c ptyfs_vnops.c ptyfs_subr.c -WARNS= 3 - .include <bsd.kmodule.mk>