diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-05 12:07:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-05 12:07:42 -0400 |
commit | f93de08ca48944996695273930d528947cd382fa (patch) | |
tree | 84802936bfcb9cfa74f74f68b39d295edc670949 /arch/x86_64/bits | |
parent | 39e48531eff4e3c3e3e6d1339ff6085f1e2f69bc (diff) | |
download | musl-f93de08ca48944996695273930d528947cd382fa.tar.gz musl-f93de08ca48944996695273930d528947cd382fa.tar.xz musl-f93de08ca48944996695273930d528947cd382fa.zip |
uncomment IP_PKTINFO
this was a hack leftover from testing before the initial check-in to git.
Diffstat (limited to 'arch/x86_64/bits')
-rw-r--r-- | arch/x86_64/bits/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/bits/in.h b/arch/x86_64/bits/in.h index b2337064..6219eca0 100644 --- a/arch/x86_64/bits/in.h +++ b/arch/x86_64/bits/in.h @@ -5,7 +5,7 @@ #define IP_ROUTER_ALERT 5 #define IP_RECVOPTS 6 #define IP_RETOPTS 7 -//#define IP_PKTINFO 8 +#define IP_PKTINFO 8 #define IP_PKTOPTIONS 9 #define IP_PMTUDISC 10 #define IP_MTU_DISCOVER 10 |