svn commit: r324550 - head/lib/libstand

Warner Losh imp at FreeBSD.org
Thu Oct 12 14:53:26 UTC 2017


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$
  */
 
 


More information about the svn-src-all mailing list