From owner-svn-src-head@FreeBSD.ORG Thu Feb 19 19:45:49 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD93D1065675; Thu, 19 Feb 2009 19:45:49 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AB3628FC32; Thu, 19 Feb 2009 19:45:49 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1JJjnnx006245; Thu, 19 Feb 2009 19:45:49 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1JJjnXj006244; Thu, 19 Feb 2009 19:45:49 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200902191945.n1JJjnXj006244@svn.freebsd.org> From: Warner Losh Date: Thu, 19 Feb 2009 19:45:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188826 - head/usr.sbin/lmcconfig X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 19:45:50 -0000 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 #include #include +#include +#include #include #if defined(NETGRAPH) # include