Index: ossp-pkg/sa/sa.c RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.c,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/sa/sa.c,v' 2>/dev/null --- 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)