Author: emaste
Date: Sun Dec 15 04:20:57 2019
New Revision: 355768
URL: https://svnweb.freebsd.org/changeset/base/355768

Log:
  MFC r355638:    ObsoleteFiles.inc: chase libpcap update in r334277
  
  libpcap 1.9.0 (pre-release) update removed the export-defs.h header.
  
  PR:           242559
  Submitted by: John Hein

Modified:
  stable/11/ObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc Sun Dec 15 04:18:19 2019        (r355767)
+++ stable/11/ObsoleteFiles.inc Sun Dec 15 04:20:57 2019        (r355768)
@@ -620,6 +620,8 @@ OLD_FILES+=usr/include/c++/v1/__refstring
 OLD_FILES+=usr/include/c++/v1/__undef_min_max
 OLD_FILES+=usr/include/c++/v1/tr1/__refstring
 OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
+# 20180528: libpcap update removed header file
+OLD_FILES+=usr/include/pcap/export-defs.h
 # 20180513: remove DTrace scripts made obsolete by dwatch(1)
 OLD_FILES+=usr/share/dtrace/watch_execve
 OLD_FILES+=usr/share/dtrace/watch_kill
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to