diff options
author | Roland McGrath <roland@redhat.com> | 2003-01-14 07:53:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2003-01-14 07:53:38 +0000 |
commit | c3ca0d80a59586c39803a75384e64e13424e8506 (patch) | |
tree | d280a002d8a499624b3a4eba017f63e2e71ed0b4 /net.c | |
parent | 6500d0af4337eac751387a30c0b1b9a6c865a590 (diff) | |
download | strace-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1425,7 +1425,7 @@ int len; } -#ifdef HAVE_OPTHDR +#ifdef HAVE_STRUCT_OPTHDR void print_sock_optmgmt (tcp, addr, len) |