changeset 753:1fc7b1637f90 libavformat

Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>
author diego
date Mon, 09 May 2005 10:48:12 +0000
parents 484211f46feb
children aa52767bb802
files tcp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tcp.c	Sun May 08 15:04:59 2005 +0000
+++ b/tcp.c	Mon May 09 10:48:12 2005 +0000
@@ -21,7 +21,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#if defined(__APPLE__) || defined(__BEOS__)
+#if defined(__BEOS__)
 typedef int socklen_t;
 #endif
 #ifndef __BEOS__