blob: caf2775ce5057ab744a72452ce4f210ad9b4d830 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-as,v 1.6 2006/05/12 12:39:32 joerg Exp $
--- routines/sound/st.h.orig 2006-04-28 19:43:21.000000000 +0000
+++ routines/sound/st.h
@@ -228,14 +228,7 @@ IMPORT int soxpreview; /* Preview mode:
/* Error code reporting */
-#ifdef QNX
#include <errno.h>
-#endif
-
-#if defined(unix) || defined(__OS2__) || defined(aix)
-#include <errno.h>
-extern int errno;
-#endif
#ifdef __OS2__
#define REMOVE remove
|