]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo.
authorRoy Marples <roy@marples.name>
Tue, 19 Feb 2008 18:31:37 +0000 (18:31 +0000)
committerRoy Marples <roy@marples.name>
Tue, 19 Feb 2008 18:31:37 +0000 (18:31 +0000)
socket.c

index af097431e00d6bda7e5299222df22fefdccb9b7f..a854f9404b6f7f4cc518875da065271472cd73ec 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -32,9 +32,9 @@
 #include <net/if.h>
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
-#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 <netinet/udp.h>
-#undef __FAVOUR_BSD
+#undef __FAVOR_BSD
 #include <arpa/inet.h>
 #include <errno.h>
 #include <fcntl.h>