[xiph-cvs] cvs commit: ices configure.in
Karl Heyes
karl at xiph.org
Mon Mar 31 18:36:08 PST 2003
karl 03/03/31 21:36:08
Modified: . configure.in
Log:
a missing ; on a typedef
Revision Changes Path
1.23 +1 -1 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- configure.in 31 Mar 2003 20:58:08 -0000 1.22
+++ configure.in 1 Apr 2003 02:36:08 -0000 1.23
@@ -96,7 +96,7 @@
])
AH_BOTTOM([
#ifndef HAVE_SOCKLEN_T
- typedef int socklen_t
+ typedef int socklen_t;
#endif
])
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list