1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build with gcc-3.4.

Submitted by:	roam
This commit is contained in:
Jimmy Olgeni 2004-08-04 22:46:13 +00:00
parent a40b5be9b4
commit e2f3a5977a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115430

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- uxio.c.orig Tue Apr 3 19:51:52 2001
+++ uxio.c Thu Aug 5 00:40:16 2004
@@ -236,7 +236,7 @@
return ((scr < 0) ? 0 : scr);
}
-#ifdef _POSIX
+#ifdef __FreeBSD__
#include <string.h>
#else
extern int EXFUN (strlen, (CONST char *));