From owner-svn-src-all@freebsd.org Mon Feb 1 07:09:09 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC308A74DB1; Mon, 1 Feb 2016 07:09:09 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89D6D195A; Mon, 1 Feb 2016 07:09:09 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u117983p075869; Mon, 1 Feb 2016 07:09:08 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11798x2075868; Mon, 1 Feb 2016 07:09:08 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201602010709.u11798x2075868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Mon, 1 Feb 2016 07:09:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295118 - head/contrib/smbfs/smbutil X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 07:09:09 -0000 Author: ngie Date: Mon Feb 1 07:09:08 2016 New Revision: 295118 URL: https://svnweb.freebsd.org/changeset/base/295118 Log: Add #include to mute warning from clang/gcc about implicitly declaring strcmp(3) MFC after: 1 month Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/smbfs/smbutil/print.c Modified: head/contrib/smbfs/smbutil/print.c ============================================================================== --- head/contrib/smbfs/smbutil/print.c Mon Feb 1 06:27:59 2016 (r295117) +++ head/contrib/smbfs/smbutil/print.c Mon Feb 1 07:09:08 2016 (r295118) @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include