Update of /cvsroot/audacity/lib-src/libnyquist
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31891/lib-src/libnyquist
Modified Files:
hurd-nyquist.patch
Log Message:
<sys/resource.h> should only be included on unix
Index: hurd-nyquist.patch
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/hurd-nyquist.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hurd-nyquist.patch 6 Dec 2009 01:57:25 -0000 1.1
+++ hurd-nyquist.patch 8 Dec 2009 01:21:18 -0000 1.2
@@ -1,23 +1,18 @@
-? .deps
-? Makefile
-? config.log
-? config.status
-? hurd.patch
Index: nyquist/cmt/midifns.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/nyquist/cmt/midifns.c,v
retrieving revision 1.1
diff -u -r1.1 midifns.c
--- nyquist/cmt/midifns.c 29 Jan 2009 18:04:20 -0000 1.1
-+++ nyquist/cmt/midifns.c 6 Dec 2009 01:48:20 -0000
-@@ -22,6 +22,7 @@
- *****************************************************************************/
-
++++ nyquist/cmt/midifns.c 8 Dec 2009 01:19:17 -0000
+@@ -24,6 +24,7 @@
#include "switches.h"
-+#include <sys/resource.h>
#ifdef UNIX
++#include <sys/resource.h>
#include <sys/param.h>
+ #ifndef OPEN_MAX
+ /* this is here for compiling the UNIX version under AIX. This is a BSDism */
@@ -376,6 +377,7 @@
struct timeval unix_timeout;
struct timeval *waitspec = NULL;
@@ -78,15 +73,15 @@
retrieving revision 1.1
diff -u -r1.1 userio.c
--- nyquist/cmt/userio.c 29 Jan 2009 18:04:21 -0000 1.1
-+++ nyquist/cmt/userio.c 6 Dec 2009 01:48:20 -0000
-@@ -70,6 +70,7 @@
- */
++++ nyquist/cmt/userio.c 8 Dec 2009 01:19:17 -0000
+@@ -133,6 +133,7 @@
- #include "switches.h"
+ #ifdef UNIX
+ #include <sys/param.h>
+#include <sys/resource.h>
-
- #include <stdio.h>
- #include <string.h>
+ #include "cmtio.h"
+ #ifdef _IBMR2
+ #define NBBY 8
@@ -1205,6 +1206,7 @@
#endif /* !UNIX_MACH */
#endif
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs