19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
$NetBSD: patch-ac,v 1.5 2012/07/08 09:51:31 wiz Exp $
|
|
|
|
Unconditionally include errno.h since extern int errno does not
|
|
conform to POSIX in general.
|
|
|
|
--- timidity/timidity.h.orig 2005-12-07 19:35:02.000000000 +0000
|
|
+++ timidity/timidity.h
|
|
@@ -449,10 +449,7 @@ typedef double FLOAT_T;
|
|
|
|
#include <stdio.h>
|
|
|
|
-#ifdef HAVE_ERRNO_H
|
|
#include <errno.h>
|
|
-#endif /* HAVE_ERRNO_H */
|
|
-extern int errno;
|
|
|
|
#ifdef HAVE_MACHINE_ENDIAN_H
|
|
#include <machine/endian.h> /* for __byte_swap_*() */
|