[xiph-cvs] cvs commit: net sock.c

Karl Heyes karl at xiph.org
Wed Jul 2 14:29:08 PDT 2003



karl        03/07/02 17:29:08

  Modified:    .        sock.c
  Log:
  this was never used and it's handled elsewhere anyway

Revision  Changes    Path
1.31      +0 -9      net/sock.c

Index: sock.c
===================================================================
RCS file: /usr/local/cvsroot/net/sock.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sock.c	1 Jul 2003 18:49:07 -0000	1.30
+++ sock.c	2 Jul 2003 21:29:08 -0000	1.31
@@ -57,15 +57,6 @@
 #include "sock.h"
 #include "resolver.h"
 
-#if 0
-#ifndef HAVE_VA_COPY
- #ifdef HAVE___VA_COPY
-  #define va_copy(dest,src)    __va_copy(dest, src)
- #else
-  #define va_copy(dest,src)    memcpy(&dest, &src, sizeof (va_list))
- #endif
-#endif
-#endif
 
 /* sock_initialize
 **

<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