Check-in Number:
|
1480 | |
Date: |
2002-Jan-02 14:08:48 (local)
2002-Jan-02 13:08:48 (UTC) |
User: | rse |
Branch: | |
Comment: |
conditionalize variable, too. |
Tickets: |
|
Inspections: |
|
Files: |
|
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)
|
|