ports/59684: [patch] net/ripetools: Fix build on -CURRENT
Volker Stolz
stolz at i2.informatik.rwth-aachen.de
Tue Nov 25 15:00:41 UTC 2003
>Number: 59684
>Category: ports
>Synopsis: [patch] net/ripetools: Fix build on -CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 25 07:00:39 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Volker Stolz
>Release: FreeBSD 4.9-RC i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386
>Description:
Fix conflicting prototype on -CURRENT.
Noted by: bento
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/i386-5-latest/ripetools-2.4.log
>Fix:
Add new patch-file files/patch-whois.c
--- patch-whois.c begins here ---
--- whois.c.orig Tue Nov 25 15:41:34 2003
+++ whois.c Tue Nov 25 15:43:57 2003
@@ -88,7 +88,6 @@
extern int getopt(int argc, char * const *argv, const char *optstring);
extern int kill(pid_t pid, int sig);
extern FILE *fdopen(int fildes, const char *type);
-extern int gethostname(char *name, int namelen);
#else /* !__STDC__ */
extern int gethostname();
#endif /* __STDC__ */
--- patch-whois.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list