2003-01-13  Roland McGrath  <roland@redhat.com>

	* net.c: HAVE_OPTHDR -> HAVE_STRUCT_OPTHDR
	Reported by John Hughes <john@Calva.COM>.
diff --git a/net.c b/net.c
index ff85332..08ca66f 100644
--- a/net.c
+++ b/net.c
@@ -1425,7 +1425,7 @@
 }
 
 
-#ifdef HAVE_OPTHDR
+#ifdef HAVE_STRUCT_OPTHDR
 
 void
 print_sock_optmgmt (tcp, addr, len)