mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
17464b89a4
- Mark BROKEN on 4.x and !i386 (almost) PR: ports/79615 Submitted by: Sam Lawrance <boris@brooknet.com.au>
12 lines
217 B
C
12 lines
217 B
C
--- extensions/re/regex.h.orig Tue Mar 1 22:12:11 2005
|
|
+++ extensions/re/regex.h Tue Mar 1 22:14:55 2005
|
|
@@ -53,6 +53,8 @@
|
|
#define __stdcall
|
|
#endif
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
/* types */
|
|
typedef off_t regoff_t;
|
|
|