From 1fc6f17a31ebce5a3ba6919faf107805fedb9b38 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 25 Jan 2007 22:36:36 +0000 Subject: [PATCH] Remove getobjformat() from libc's symbol map. It probably should have been in the private area anyway. Nothing in FreeBSD uses it any more anyway. --- lib/libc/gen/Symbol.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map index 5850390c41ab..e2816d01d8aa 100644 --- a/lib/libc/gen/Symbol.map +++ b/lib/libc/gen/Symbol.map @@ -177,7 +177,6 @@ FBSD_1.0 { getnetgrent; endnetgrent; innetgr; - getobjformat; getosreldate; getpagesize; getpeereid;