diff options
author | ed <ed@FreeBSD.org> | 2010-08-06 20:13:36 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-08-06 20:13:36 +0000 |
commit | b5b833a850028a69bc5df5257b61e9033d6a797f (patch) | |
tree | 08f7958cfd502f6461de7df48ddb7b1364d5a619 /ObsoleteFiles.inc | |
parent | 933d2e8e14eb1f2362851f6c4d3e606ece9632ba (diff) | |
download | FreeBSD-src-b5b833a850028a69bc5df5257b61e9033d6a797f.zip FreeBSD-src-b5b833a850028a69bc5df5257b61e9033d6a797f.tar.gz |
Remove unneeded functions from libcompat.
Erwin fired up a ports build a couple of weeks ago and it seems the
following functions are not used by any of the 20k ports we have, which
makes me believe they don't have any purpose. Just remove them.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 8712f3b..cff8303 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,11 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100806: removal of unused libcompat routines +OLD_FILES+=usr/share/man/man3/ascftime.3.gz +OLD_FILES+=usr/share/man/man3/cfree.3.gz +OLD_FILES+=usr/share/man/man3/cftime.3.gz +OLD_FILES+=usr/share/man/man3/getpw.3.gz # 20100725: acpi_aiboost(4) removal. OLD_FILES+=usr/share/man/man4/acpi_aiboost.4.gz # 20100720: new clang import which bumps version from 2.0 to 2.8 |