[Midnightbsd-cvs] src [7587] stable/0.8/bin/mined: drop warns

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 28 14:36:40 EDT 2016


Revision: 7587
          http://svnweb.midnightbsd.org/src/?rev=7587
Author:   laffer1
Date:     2016-05-28 14:36:40 -0400 (Sat, 28 May 2016)
Log Message:
-----------
drop warns

Modified Paths:
--------------
    stable/0.8/bin/mined/Makefile
    stable/0.8/bin/mined/mined1.c

Modified: stable/0.8/bin/mined/Makefile
===================================================================
--- stable/0.8/bin/mined/Makefile	2016-05-27 23:22:25 UTC (rev 7586)
+++ stable/0.8/bin/mined/Makefile	2016-05-28 18:36:40 UTC (rev 7587)
@@ -5,4 +5,6 @@
 PROG=	mined
 SRCS=	mined1.c mined2.c
 
+WARNS=	3
+
 .include <bsd.prog.mk>

Modified: stable/0.8/bin/mined/mined1.c
===================================================================
--- stable/0.8/bin/mined/mined1.c	2016-05-27 23:22:25 UTC (rev 7586)
+++ stable/0.8/bin/mined/mined1.c	2016-05-28 18:36:40 UTC (rev 7587)
@@ -448,7 +448,7 @@
  *  ========================================================================  */
 
 #include <sys/param.h>
-__MBSDID("$MidnightBSD: src/bin/mined/mined1.c,v 1.1 2008/08/17 03:26:36 laffer1 Exp $");
+__MBSDID("$MidnightBSD$");
 
 #include "mined.h"
 #include <signal.h>



More information about the Midnightbsd-cvs mailing list