1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/pptpclient/files/patch-pptp_compat.c
Chin-San Huang f37afdb032 - Update to 1.7.2.
- Take maintainership.
2008-05-18 19:55:03 +00:00

12 lines
306 B
C

--- pptp_compat.c.orig 2008-05-19 03:44:02.000000000 +0800
+++ pptp_compat.c 2008-05-19 03:44:45.000000000 +0800
@@ -7,7 +7,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
-#include <stropts.h>
+#include <sys/un.h>
#include <stdlib.h>
#include <strings.h>
#include "pptp_compat.h"