mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b648579ea0
error messages from make. Delete the references to sys_errlist. This port is not yet complete, it may only work with X11R5, aka XFree2.xx. It uses the font member in the X-window xxsinkxxx structures. But these members don't exist anymore under X11R6 (Xfree3.xx).
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
*** ir/irtfiles.c Wed Jan 19 16:10:32 1994
|
|
--- ir/irtfiles.c Fri Sep 16 23:14:03 1994
|
|
***************
|
|
*** 75,80 ****
|
|
--- 75,81 ----
|
|
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
+ #include <sys/types.h>
|
|
#include "panic.h"
|
|
#include "irdirent.h"
|
|
#include "irhash.h"
|
|
*** ir/sockets.c.ORIG Sat Jan 29 00:06:01 1994
|
|
--- ir/sockets.c Sat Mar 18 23:34:57 1995
|
|
***************
|
|
*** 77,84 ****
|
|
extern int errno;
|
|
#endif /* ultrix BSD or Mach */
|
|
|
|
- extern char *sys_errlist[];
|
|
-
|
|
|
|
/* XXX
|
|
still need:
|
|
--- 77,82 ----
|
|
*** ir/waisserver.c.ORIG Thu Mar 3 04:04:51 1994
|
|
--- ir/waisserver.c Sat Mar 18 23:35:49 1995
|
|
***************
|
|
*** 447,453 ****
|
|
struct dirent **list;
|
|
int naptime = 0;
|
|
extern int errno;
|
|
- extern char *sys_errlist[];
|
|
extern void filename_finish_header_function();
|
|
dataopsrec dataops;
|
|
|
|
--- 447,452 ----
|
|
*** x/myAsciiSrc.c.ORIG Sun Jan 9 06:01:37 1994
|
|
--- x/myAsciiSrc.c Sat Mar 18 23:45:03 1995
|
|
***************
|
|
*** 116,122 ****
|
|
static String MyStrncpy(), StorePiecesInString();
|
|
static Boolean SetValues(), WriteToFile();
|
|
extern int errno, sys_nerr;
|
|
- extern char* sys_errlist[];
|
|
|
|
#define superclass (&textSrcClassRec)
|
|
MyAsciiSrcClassRec myasciiSrcClassRec = {
|
|
--- 116,121 ----
|