[xiph-cvs] cvs commit: timing timing.c

Brendan brendan at xiph.org
Thu Jun 5 12:18:00 PDT 2003



brendan     03/06/05 15:18:00

  Modified:    .        sock.c
               .        timing.c
  Log:
  whoops

Revision  Changes    Path
1.26      +1 -1      net/sock.c

Index: sock.c
===================================================================
RCS file: /usr/local/cvsroot/net/sock.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -u -r1.25 -r1.26
--- sock.c	5 Jun 2003 19:02:36 -0000	1.25
+++ sock.c	5 Jun 2003 19:17:59 -0000	1.26
@@ -32,7 +32,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <errno.h>
-#ifdef HAVE_SYS_SOCKET_H
+#ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
 

<p><p>1.10      +2 -2      timing/timing.c

Index: timing.c
===================================================================
RCS file: /usr/local/cvsroot/timing/timing.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -u -r1.9 -r1.10
--- timing.c	5 Jun 2003 19:02:36 -0000	1.9
+++ timing.c	5 Jun 2003 19:18:00 -0000	1.10
@@ -20,8 +20,8 @@
 #include <unistd.h>
 #endif
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
 #endif
 
 #include "timing.h"

<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