diff options
author | tjr <tjr@FreeBSD.org> | 2003-06-13 07:21:37 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-06-13 07:21:37 +0000 |
commit | b2e29064ae246c4d8bbcd80434477b97d5c47be0 (patch) | |
tree | 5d946833f60167abee0e771737bc0211e81c47f6 /lib/libxpg4 | |
parent | 0d7349736cb6030d405e2dcf95ca913369ed8435 (diff) | |
download | FreeBSD-src-b2e29064ae246c4d8bbcd80434477b97d5c47be0.zip FreeBSD-src-b2e29064ae246c4d8bbcd80434477b97d5c47be0.tar.gz |
Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contents
were merged into libc in 4.5-RELEASE.
Diffstat (limited to 'lib/libxpg4')
-rw-r--r-- | lib/libxpg4/fakelib.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c index efec8b9..add637a 100644 --- a/lib/libxpg4/fakelib.c +++ b/lib/libxpg4/fakelib.c @@ -1,2 +1,8 @@ /* $FreeBSD$ */ + +/* libxpg4 is obsolete in FreeBSD 6 -- library has been merged into libc. */ +#define OBSOLETE_IN_6 + +#include <sys/param.h> + static int ___fake_library___; |