summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-06-13 07:21:37 +0000
committertjr <tjr@FreeBSD.org>2003-06-13 07:21:37 +0000
commitb2e29064ae246c4d8bbcd80434477b97d5c47be0 (patch)
tree5d946833f60167abee0e771737bc0211e81c47f6
parent0d7349736cb6030d405e2dcf95ca913369ed8435 (diff)
downloadFreeBSD-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.
-rw-r--r--lib/libxpg4/fakelib.c6
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___;
OpenPOWER on IntegriCloud