additional fix to ocserv (forgot to re-run 'make update-patches' after fixing).

This commit is contained in:
sthen 2015-05-25 21:06:25 +00:00
parent 77cbcea0a6
commit 565c1c19ae
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2015/05/25 20:57:11 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2015/05/25 21:06:25 sthen Exp $
COMMENT= server implementing the AnyConnect SSL VPN protocol
DISTNAME= ocserv-0.10.5
REVISION= 0
EXTRACT_SUFX= .tar.xz
CATEGORIES= net

View File

@ -1,10 +1,11 @@
$OpenBSD: patch-src_pcl_pcl_c,v 1.1 2015/05/25 20:57:11 sthen Exp $
--- src/pcl/pcl.c.orig Mon May 25 21:51:29 2015
+++ src/pcl/pcl.c Mon May 25 21:51:49 2015
@@ -22,6 +22,7 @@
$OpenBSD: patch-src_pcl_pcl_c,v 1.2 2015/05/25 21:06:26 sthen Exp $
--- src/pcl/pcl.c.orig Fri Feb 13 19:29:47 2015
+++ src/pcl/pcl.c Mon May 25 21:55:02 2015
@@ -22,6 +22,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include "pcl_config.h"
#include "pcl.h"