Dirty hack to fix build on RELENG_5 and HEAD.

Tested on:	beast, panther
This commit is contained in:
Ceri Davies 2004-12-12 00:18:38 +00:00
parent 9d84984d92
commit 9db6920892
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123795
2 changed files with 15 additions and 4 deletions

View File

@ -17,7 +17,7 @@ COMMENT= Cygnus GNATS bug tracking system
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
FORBIDDEN= Compilation errors and security issues
FORBIDDEN= Security issues
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${FORBIDDEN}

View File

@ -1,6 +1,6 @@
--- libiberty/functions.def.orig Thu Jun 27 00:29:49 2002
+++ libiberty/functions.def Thu Jun 27 00:30:55 2002
@@ -34,7 +34,7 @@
--- libiberty/functions.def.orig Thu Nov 5 19:54:15 1998
+++ libiberty/functions.def Mon Nov 15 22:14:46 2004
@@ -34,15 +34,15 @@
DEF(strchr, char*, (s, c), CONST char *s AND int c)
DEF(strdup, char*, (s1), char * s1)
DEF(strrchr, char*, (s, c), CONST char *s AND int c)
@ -9,3 +9,14 @@
DEF(strtod, double, (), NOTHING)
DEF(strtol, long, (), NOTHING)
DEF(strtoul, unsigned long, (), NOTHING)
DEF(tmpnam, char *, (s), char * s)
DEF(vfork, int, (), NOTHING)
-DEF(vfprintf, int, (), NOTHING)
-DEF(vprintf, int, (), NOTHING)
-DEF(vsprintf, int, (), NOTHING)
+/* DEF(vfprintf, int, (), NOTHING) */
+/* DEF(vprintf, int, (), NOTHING) */
+/* DEF(vsprintf, int, (), NOTHING) */
DEF(sigsetmask, int, (), NOTHING)
DEF(alloca, PTR, (size), size_t size)
DEF(waitpid, int, (pid, statp, opts), int pid AND int* statp AND int opts )