diff options
author | ae <ae@FreeBSD.org> | 2015-06-06 13:26:13 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2015-06-06 13:26:13 +0000 |
commit | f1be259e6af9ac775f04f085d8c66353f768d5b4 (patch) | |
tree | 31e552507a67237f877155076898df6b54d81805 /ObsoleteFiles.inc | |
parent | 920800a21fab4e6f4bbb3159edfbd5a9bca22370 (diff) | |
download | FreeBSD-src-f1be259e6af9ac775f04f085d8c66353f768d5b4.zip FreeBSD-src-f1be259e6af9ac775f04f085d8c66353f768d5b4.tar.gz |
MFC r276148:
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.
MFC r276215:
Extern declarations in C files loses compile-time checking that
the functions' calls match their definitions. Move them to header files.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9e8a73f..dc18351 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -40,6 +40,9 @@ # 20150506 OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz +# 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 # 20141205: convert sbin/mdconfig/tests to ATF format tests OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test |