mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
502 B
Plaintext
20 lines
502 B
Plaintext
*** SelFile/SelFile.c~ Mon May 30 04:02:59 1994
|
|
--- SelFile/SelFile.c Sun Feb 19 03:40:43 1995
|
|
***************
|
|
*** 46,52 ****
|
|
/* BSD 4.3 errno.h does not declare errno */
|
|
extern int errno;
|
|
extern int sys_nerr;
|
|
! extern char *sys_errlist[];
|
|
|
|
#include <sys/param.h>
|
|
#include <X11/cursorfont.h>
|
|
--- 46,52 ----
|
|
/* BSD 4.3 errno.h does not declare errno */
|
|
extern int errno;
|
|
extern int sys_nerr;
|
|
! /* extern char *sys_errlist[];*/
|
|
|
|
#include <sys/param.h>
|
|
#include <X11/cursorfont.h>
|