svn commit: r324603 - head

Ed Maste emaste at FreeBSD.org
Fri Oct 13 17:15:19 UTC 2017


Author: emaste
Date: Fri Oct 13 17:15:17 2017
New Revision: 324603
URL: https://svnweb.freebsd.org/changeset/base/324603

Log:
  ObsoleteFiles.inc: correct year on libstand removal

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Oct 13 17:11:08 2017	(r324602)
+++ head/ObsoleteFiles.inc	Fri Oct 13 17:15:17 2017	(r324603)
@@ -38,7 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20161010: Remove libstand
+# 20171010: Remove libstand
 OLD_FILES+=usr/lib/libstand.a
 OLD_FILES+=usr/lib/libstand_p.a
 OLD_FILES+=usr/include/stand.h


More information about the svn-src-all mailing list