svn commit: r359509 - head/usr.sbin/iscsid

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 1 19:55:53 UTC 2020


Author: trasz
Date: Wed Apr  1 15:09:52 2020
New Revision: 359509
URL: https://svnweb.freebsd.org/changeset/base/359509

Log:
  Stop hardcoding WARNS in iscsid(8).
  
  MFC after:	2 weeks
  Sponsored by:	DARPA

Modified:
  head/usr.sbin/iscsid/Makefile

Modified: head/usr.sbin/iscsid/Makefile
==============================================================================
--- head/usr.sbin/iscsid/Makefile	Wed Apr  1 15:08:53 2020	(r359508)
+++ head/usr.sbin/iscsid/Makefile	Wed Apr  1 15:09:52 2020	(r359509)
@@ -11,6 +11,4 @@ MAN=		iscsid.8
 
 LIBADD=		md util
 
-WARNS=		6
-
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list