summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-12-23 16:17:37 +0000
committerae <ae@FreeBSD.org>2014-12-23 16:17:37 +0000
commitaec9c75c1b97a71da957141da6c0b40acd91998e (patch)
treeb7df5eca3f8bcb4444b92a9eafe1bf621e38594c /ObsoleteFiles.inc
parent42dfcce67ae167a6ff3c271f90c04e67504bf75e (diff)
downloadFreeBSD-src-aec9c75c1b97a71da957141da6c0b40acd91998e.zip
FreeBSD-src-aec9c75c1b97a71da957141da6c0b40acd91998e.tar.gz
Remove in_gif.h and in6_gif.h files. They only contain function
declarations used by gif(4). Instead declare these functions in C files. Also make some variables static.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 71d2cc0..fff65dc 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141223: remove in6_gif.h and in_gif.h
+OLD_FILES+=usr/include/netinet/in_gif.h
+OLD_FILES+=usr/include/netinet6/in6_gif.h
# 20141202: update to mandoc CVS 20141201
OLD_FILES+=usr.bin/preconv
OLD_FILES+=share/man/man1/preconv.1.gz
OpenPOWER on IntegriCloud