summaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-14 07:53:38 +0000
committerRoland McGrath <roland@redhat.com>2003-01-14 07:53:38 +0000
commitc3ca0d80a59586c39803a75384e64e13424e8506 (patch)
treed280a002d8a499624b3a4eba017f63e2e71ed0b4 /net.c
parent6500d0af4337eac751387a30c0b1b9a6c865a590 (diff)
downloadstrace-c3ca0d80a59586c39803a75384e64e13424e8506.tar.gz
2003-01-13 Roland McGrath <roland@redhat.com>
* net.c: HAVE_OPTHDR -> HAVE_STRUCT_OPTHDR Reported by John Hughes <john@Calva.COM>.
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index ff85332c0..08ca66f6b 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)