From: Ulrich Drepper Date: Mon, 28 Sep 1998 11:20:18 +0000 (+0000) Subject: (IPOPT_NOOP): Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e6f66eb180c448147f2385b8ce44b2030387a0;p=thirdparty%2Fglibc.git (IPOPT_NOOP): Fix typo. --- diff --git a/sysdeps/unix/sysv/linux/netinet/ip.h b/sysdeps/unix/sysv/linux/netinet/ip.h index fc7e74db82f..82ecbaee273 100644 --- a/sysdeps/unix/sysv/linux/netinet/ip.h +++ b/sysdeps/unix/sysv/linux/netinet/ip.h @@ -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 */