Date: Thu, 12 Oct 2017 14:53:25 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324550 - head/lib/libstand Message-ID: <201710121453.v9CErPiV034836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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$ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710121453.v9CErPiV034836>