diff options
Diffstat (limited to 'net/llnlxdir/patches/patch-ac')
-rw-r--r-- | net/llnlxdir/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/llnlxdir/patches/patch-ac b/net/llnlxdir/patches/patch-ac new file mode 100644 index 00000000000..bc0b09936d2 --- /dev/null +++ b/net/llnlxdir/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2006/03/22 23:15:30 joerg Exp $ + +--- launch.c.orig 2006-03-22 22:56:35.000000000 +0000 ++++ launch.c +@@ -76,7 +76,7 @@ extern struct st_host_info hinfo[]; + extern int beep_when_ops_done; + extern int child_to_parent_pipe[]; + extern struct dirwin_st *dirwin_head; +-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) && !defined(__DragonFly__) + extern char *sys_errlist[]; + #endif + |