From: Roy Marples Date: Tue, 19 Feb 2008 18:31:37 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.2.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aee5018953a862298d3a3b06de5f4a4f37f37ec;p=thirdparty%2Fdhcpcd.git Typo. --- diff --git a/socket.c b/socket.c index af097431..a854f940 100644 --- a/socket.c +++ b/socket.c @@ -32,9 +32,9 @@ #include #include #include -#define __FAVOUR_BSD /* Nasty hack so we can use BSD semantics for UDP */ +#define __FAVOR_BSD /* Nasty hack so we can use BSD semantics for UDP */ #include -#undef __FAVOUR_BSD +#undef __FAVOR_BSD #include #include #include