]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/kmpstat.c
ipsec-146.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / kmpstat.c
index f4629accf869b133ead29270c973de4dce429a6c..21497ea46d7aca99baec5ad6a45e61a77839ace6 100644 (file)
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#ifdef __APPLE__
 #include <System/net/pfkeyv2.h>
-#else
-#include <net/pfkeyv2.h>
-#endif
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -190,7 +186,7 @@ bad1:
  * Dumb plog functions (used by sockmisc.c) 
  */
 void
-plog(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...)
+plog_func(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...)
 {
        va_list ap;