]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(IPOPT_NOOP): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Sep 1998 11:20:18 +0000 (11:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Sep 1998 11:20:18 +0000 (11:20 +0000)
sysdeps/unix/sysv/linux/netinet/ip.h

index fc7e74db82f9a2c0a9bffd17322cedab2c15de95..82ecbaee2735ef2cbad6fbae21d2e5a4e9d16f7f 100644 (file)
@@ -224,7 +224,7 @@ struct ip_timestamp
 #define        IPOPT_EOL               0               /* end of option list */
 #define        IPOPT_END               IPOPT_EOL
 #define        IPOPT_NOP               1               /* no operation */
-#define        IPOPT_NOOP              IP_NOP
+#define        IPOPT_NOOP              IPOPT_NOP
 
 #define        IPOPT_RR                7               /* record packet route */
 #define        IPOPT_TS                68              /* timestamp */