]> git.sesse.net Git - vlc/commit
BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it...
authorStephan Assmus <stippi@videolan.org>
Thu, 15 Apr 2004 10:02:19 +0000 (10:02 +0000)
committerStephan Assmus <stippi@videolan.org>
Thu, 15 Apr 2004 10:02:19 +0000 (10:02 +0000)
commitb64fc3c140c554a561ac6e6e1528f930581fa3df
treee9d5732d6c630ed7231eb51a85da3c0b7a6e62a9
parent6e4e3d6595cd2086bd093e95fde108d8ed4d6873
BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
src/misc/httpd.c