[Asterisk-cvs] asterisk/codecs/lpc10 lpc10.h,1.17,1.18
markster at lists.digium.com
markster at lists.digium.com
Tue Aug 31 09:28:45 CDT 2004
Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv31447/codecs/lpc10
Modified Files:
lpc10.h
Log Message:
Merge NetBSD and Courtesty tone with modifications (bug #2329)
Index: lpc10.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/lpc10.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- lpc10.h 26 Oct 2003 18:50:49 -0000 1.17
+++ lpc10.h 31 Aug 2004 13:32:11 -0000 1.18
@@ -1,6 +1,9 @@
/*
$Log$
+Revision 1.18 2004/08/31 13:32:11 markster
+Merge NetBSD and Courtesty tone with modifications (bug #2329)
+
Revision 1.17 2003/10/26 18:50:49 markster
Make it build and run on MacOS X
@@ -41,7 +44,7 @@
*/
-#if defined(unix) || defined(__unix__)
+#if defined(unix) || defined(__unix__) || defined(__NetBSD__)
typedef short INT16;
typedef int INT32;
#endif
More information about the svn-commits
mailing list