openbsd-ports/net/poptop/patches/patch-plugins_pptpd-logwtmp_c
jasper b92dd1fd7c - add missing headers to fix potential 64-bit issues
- specify license version
- regen PLIST
2008-11-21 15:05:23 +00:00

15 lines
456 B
Plaintext

$OpenBSD: patch-plugins_pptpd-logwtmp_c,v 1.1 2008/11/21 15:05:23 jasper Exp $
--- plugins/pptpd-logwtmp.c.orig Tue Aug 2 11:51:18 2005
+++ plugins/pptpd-logwtmp.c Fri Nov 21 13:00:46 2008
@@ -9,8 +9,10 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
+
#include <unistd.h>
#include <utmp.h>
+#include <string.h>
#include "pppd.h"
char pppd_version[] = VERSION;