From owner-svn-src-head@freebsd.org Thu Oct 12 14:53:26 2017 Return-Path: Delivered-To: svn-src-head@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 70C15E2B94C; Thu, 12 Oct 2017 14:53:26 +0000 (UTC) (envelope-from imp@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 3E8C27E0F2; Thu, 12 Oct 2017 14:53:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CErP6V034838; Thu, 12 Oct 2017 14:53:25 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CErPiV034836; Thu, 12 Oct 2017 14:53:25 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201710121453.v9CErPiV034836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Thu, 12 Oct 2017 14:53:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324550 - head/lib/libstand X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/lib/libstand X-SVN-Commit-Revision: 324550 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 12 Oct 2017 14:53:26 -0000 Author: imp Date: Thu Oct 12 14:53:25 2017 New Revision: 324550 URL: https://svnweb.freebsd.org/changeset/base/324550 Log: Add $FreeBSD$ to ancient sources that it's missing from. Sponsored by: Netflix Modified: head/lib/libstand/bootparam.h head/lib/libstand/tftp.h Modified: head/lib/libstand/bootparam.h ============================================================================== --- head/lib/libstand/bootparam.h Thu Oct 12 14:32:45 2017 (r324549) +++ head/lib/libstand/bootparam.h Thu Oct 12 14:53:25 2017 (r324550) @@ -1,4 +1,5 @@ /* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */ +/* $FreeBSD$ */ int bp_whoami(int sock); int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path); Modified: head/lib/libstand/tftp.h ============================================================================== --- head/lib/libstand/tftp.h Thu Oct 12 14:32:45 2017 (r324549) +++ head/lib/libstand/tftp.h Thu Oct 12 14:53:25 2017 (r324550) @@ -30,6 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * + * $FreeBSD$ */