From: Roland McGrath Date: Tue, 14 Jan 2003 07:53:38 +0000 (+0000) Subject: 2003-01-13 Roland McGrath X-Git-Tag: v4.5.18~866 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3ca0d80a59586c39803a75384e64e13424e8506;p=strace 2003-01-13 Roland McGrath * net.c: HAVE_OPTHDR -> HAVE_STRUCT_OPTHDR Reported by John Hughes . --- diff --git a/net.c b/net.c index ff85332c..08ca66f6 100644 --- a/net.c +++ b/net.c @@ -1425,7 +1425,7 @@ int len; } -#ifdef HAVE_OPTHDR +#ifdef HAVE_STRUCT_OPTHDR void print_sock_optmgmt (tcp, addr, len)