aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4/files/patch-aa
blob: 42e23d4fe056d699df77ee690cc5ffee174b6355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/alpha_header.h.orig	Sat Sep 18 17:57:24 1999
+++ libs/alpha_header.h	Sat Sep 18 17:58:58 1999
@@ -12,6 +12,8 @@
 extern size_t strlen (char *);
 #endif
 
+#ifndef __FreeBSD__
 extern void bzero (char *, int);
+#endif
 extern int gethostname (char *, int);
 /**************************************************************************/