1 $NetBSD
: patch
-src_s__file
.c
,v
1.2 2011/10/05 20:02:48 wiz Exp $
3 File handling under NetBSD is the same as under Linux
.
4 https
://sourceforge.net/tracker/?func=detail&aid=3411732&group_id=55736&atid=478072
6 --- src
/s_file
.c
.orig
2011-03-19 22:22:27.000000000 +0000
8 @@
-36,7 +36,7 @@
int sys_defeatrt
;
9 t_symbol
*sys_flags
= &s_
;
10 void sys_doflags( void);
12 -#if defined(__linux__) || defined(__CYGWIN__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(ANDROID)
13 +#if defined(__linux__) || defined(__CYGWIN__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(ANDROID) || defined(__NetBSD__) || defined(__sun)
15 static char *sys_prefbuf
;
16 static int sys_prefbufsize
;