svn commit: r377473 - head/security/openvpn-auth-ldap/files

Matthias Andree mandree at FreeBSD.org
Mon Jan 19 20:36:22 UTC 2015


Author: mandree
Date: Mon Jan 19 20:36:21 2015
New Revision: 377473
URL: https://svnweb.freebsd.org/changeset/ports/377473
QAT: https://qat.redports.org/buildarchive/r377473/

Log:
  Fix warnings due to missing #import.

Modified:
  head/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m

Modified: head/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m
==============================================================================
--- head/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m	Mon Jan 19 20:32:57 2015	(r377472)
+++ head/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m	Mon Jan 19 20:36:21 2015	(r377473)
@@ -1,10 +1,11 @@
 --- src/TRLocalPacketFilter.m.orig	2012-03-03 19:17:45 UTC
 +++ src/TRLocalPacketFilter.m
-@@ -43,6 +43,7 @@
+@@ -43,6 +43,8 @@
  #import <errno.h>
  #import <assert.h>
  
 +#import "TRLog.h"
++#import "xmalloc.h"
  
  /* Private Methods */
  


More information about the svn-ports-all mailing list