summaryrefslogtreecommitdiff
path: root/audio/xwave/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xwave/patches/patch-at')
-rw-r--r--audio/xwave/patches/patch-at11
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/xwave/patches/patch-at b/audio/xwave/patches/patch-at
index 722913de3f3..42c2a513071 100644
--- a/audio/xwave/patches/patch-at
+++ b/audio/xwave/patches/patch-at
@@ -1,7 +1,16 @@
-$NetBSD: patch-at,v 1.1 2005/10/03 13:30:20 joerg Exp $
+$NetBSD: patch-at,v 1.2 2005/10/09 15:04:14 joerg Exp $
--- src/misc.c.orig 2005-07-22 18:59:34.000000000 +0000
+++ src/misc.c
+@@ -27,7 +27,7 @@
+ #include <stdio.h>
+ #include <dirent.h>
+ #include <sys/stat.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <X11/Intrinsic.h> /* Intrinsics Definitions */
+ #include <X11/StringDefs.h> /* Standard Name-String definitions */
+ #include <X11/Shell.h> /* Shell Definitions */
@@ -294,7 +294,6 @@ char *get_wd(void)
{
static char *name;