mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
--- ./routines/metanet/loadg.c.orig Sat Aug 8 13:53:32 1998
|
|
+++ ./routines/metanet/loadg.c Sat Aug 8 13:58:47 1998
|
|
@@ -1,4 +1,7 @@
|
|
#include <stdio.h>
|
|
#ifndef __MSC__
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <dirent.h>
|
|
#endif
|
|
@@ -14,5 +17,4 @@
|
|
#define getwd(x) _getcwd(x,1024)
|
|
#endif
|
|
-
|
|
|
|
#include "mysearch.h"
|