summaryrefslogtreecommitdiff
path: root/libavformat/barpainet.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-02-22 13:34:36 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-02-22 13:34:36 +0000
commitb5cccea088d6b9a2c24bafd9ba4d8289076a3084 (patch)
treee3abaab388108f803b13346a38c97473985ac771 /libavformat/barpainet.h
parent5400e0923ab989a1bf377f1aa48c0f1ed6c3ac91 (diff)
downloadffmpeg-b5cccea088d6b9a2c24bafd9ba4d8289076a3084.tar.gz
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards
Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/barpainet.h')
-rw-r--r--libavformat/barpainet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/barpainet.h b/libavformat/barpainet.h
index b50bf82b6e..c79855c2f7 100644
--- a/libavformat/barpainet.h
+++ b/libavformat/barpainet.h
@@ -27,7 +27,6 @@
# include <socket.h>
int inet_aton (const char * str, struct in_addr * add);
-# define PF_INET AF_INET
# define SO_SNDBUF 0x40000001
/* fake */