ossp-pkg/sa/sa.c 1.43 -> 1.44
--- sa.c 2002/01/02 13:08:13 1.43
+++ sa.c 2002/01/02 13:08:48 1.44
@@ -858,7 +858,9 @@
{
int nType;
int nProto;
+#if !(defined(IPPROTO_TCP) && defined(IPPROTO_UDP))
struct protoent *pe;
+#endif
/* argument sanity check(s) */
if (sa == NULL)
|
|