svn commit: r188826 - head/usr.sbin/lmcconfig

Warner Losh imp at FreeBSD.org
Thu Feb 19 11:45:50 PST 2009


Author: imp
Date: Thu Feb 19 19:45:49 2009
New Revision: 188826
URL: http://svn.freebsd.org/changeset/base/188826

Log:
  Include string.h for strncpy prototype
  Include strings.h for bcopy and bzero prototype

Modified:
  head/usr.sbin/lmcconfig/lmcconfig.c

Modified: head/usr.sbin/lmcconfig/lmcconfig.c
==============================================================================
--- head/usr.sbin/lmcconfig/lmcconfig.c	Thu Feb 19 18:53:08 2009	(r188825)
+++ head/usr.sbin/lmcconfig/lmcconfig.c	Thu Feb 19 19:45:49 2009	(r188826)
@@ -68,6 +68,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
+#include <strings.h>
 #include <unistd.h>
 #if defined(NETGRAPH)
 # include <netgraph.h>


More information about the svn-src-head mailing list