From 20089b26257531b66eca5b8e32fbd02900d7f0c7 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 9 Oct 2005 15:04:14 +0000 Subject: Unlike FreeBSD and DragonFly, NetBSD's sys/errno.h differs from errno.h. Include the latter to get errno. This was hidden by the nested extern before. --- audio/xwave/distinfo | 4 ++-- audio/xwave/patches/patch-at | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'audio/xwave') diff --git a/audio/xwave/distinfo b/audio/xwave/distinfo index 74151bb0101..266afc7475f 100644 --- a/audio/xwave/distinfo +++ b/audio/xwave/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2005/10/03 13:30:20 joerg Exp $ +$NetBSD: distinfo,v 1.9 2005/10/09 15:04:14 joerg Exp $ SHA1 (xwave2.tar.gz) = 7ace9911c9425eab4907a34694cd208d21a6dac2 RMD160 (xwave2.tar.gz) = 71df0bc4640be385c33ea3a2525bc7287741d9ab @@ -22,4 +22,4 @@ SHA1 (patch-ap) = 7a06de821da92a2d388939fdcaf7618a0a7f96ba SHA1 (patch-aq) = 62164a6a788190b5cce231bfadf5d7e0a22ee0d1 SHA1 (patch-ar) = 22874069ef6de212d3f13302e649be06d03760a9 SHA1 (patch-as) = 71bfcb6ebf047e01d08ba9d9b091e506943aa944 -SHA1 (patch-at) = 91c193a56a9f50620d832aa37b54ae40688cd582 +SHA1 (patch-at) = 49e89a952862f47f00c37e6dd6879b5f3fea49b8 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 + #include + #include +-#include ++#include + #include /* Intrinsics Definitions */ + #include /* Standard Name-String definitions */ + #include /* Shell Definitions */ @@ -294,7 +294,6 @@ char *get_wd(void) { static char *name; -- cgit v1.2.3