]> granicus.if.org Git - strace/commitdiff
2003-01-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:38 +0000 (07:53 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:38 +0000 (07:53 +0000)
* net.c: HAVE_OPTHDR -> HAVE_STRUCT_OPTHDR
Reported by John Hughes <john@Calva.COM>.

net.c

diff --git a/net.c b/net.c
index ff85332c09c473f126f42d61dbc77cbe54e09fe6..08ca66f6b92060c923c3d7a300decab2503a10e6 100644 (file)
--- 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)