mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
(IPOPT_NOOP): Fix typo.
This commit is contained in:
parent
416f29d621
commit
14e6f66eb1
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user