Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/ptyfs kill WARNS = 3



details:   https://anonhg.NetBSD.org/src/rev/0d53812d6ba7
branches:  trunk
changeset: 459817:0d53812d6ba7
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 26 18:36:08 2019 +0000

description:
kill WARNS = 3

diffstat:

 sys/modules/ptyfs/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 3073f3197c6b -r 0d53812d6ba7 sys/modules/ptyfs/Makefile
--- a/sys/modules/ptyfs/Makefile        Thu Sep 26 18:35:48 2019 +0000
+++ b/sys/modules/ptyfs/Makefile        Thu Sep 26 18:36:08 2019 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index