freebsd-ports/x11-wm/afterstep/files/patch-ad
Ken Smith ef95348774 Add one more patch file to adjust an Alpha architecture specific
header file.  This makes afterstep (a package included on release
disc1) buildable on Alpha for 5.3.

Approved by:	portmgr (kris)
2004-09-21 00:46:02 +00:00

14 lines
420 B
Text

--- afterstep/alpha_header.h.orig Thu Aug 22 20:48:18 1996
+++ afterstep/alpha_header.h Mon Sep 13 14:35:09 2004
@@ -7,11 +7,6 @@
extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
-/* string manipulation */
-#ifdef __GNUC__
-extern size_t strlen(char *);
-#endif
-
/* Commented out 08/22/96 -- Thanks to Pierre Wendling
extern int bzero(char *, int);
extern int gethostname (char *, int);