1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add some patches needed to build on -current.

PR:		3867
Submitted by:	Paulo Menezes <paulo@isr.uc.pt>
This commit is contained in:
Thomas Gellekum 1997-06-25 06:57:15 +00:00
parent bc908c43c7
commit 5dc621b448
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7070
6 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,14 @@
*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997
--- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>

View File

@ -0,0 +1,13 @@
*** ./routines/metanet/saveg.c.old Sun Jun 22 16:56:33 1997
--- ./routines/metanet/saveg.c Sun Jun 22 16:56:53 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>

View File

@ -0,0 +1,13 @@
*** ./routines/metanet/files.c.old Sun Jun 22 16:57:23 1997
--- ./routines/metanet/files.c Sun Jun 22 16:58:16 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>

View File

@ -0,0 +1,14 @@
*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997
--- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>

View File

@ -0,0 +1,13 @@
*** ./routines/metanet/saveg.c.old Sun Jun 22 16:56:33 1997
--- ./routines/metanet/saveg.c Sun Jun 22 16:56:53 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>

View File

@ -0,0 +1,13 @@
*** ./routines/metanet/files.c.old Sun Jun 22 16:57:23 1997
--- ./routines/metanet/files.c Sun Jun 22 16:58:16 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>