diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-15 08:35:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-15 08:35:47 +0000 |
commit | f5176045d7b1cdafc7230439830848d7c29d226f (patch) | |
tree | 336c301d4668e87b66a9b8cb730340b7ee3e1e3e /net/poptop/files/patch-plugins_pptpd-logwtmp.c | |
parent | - Support CC/CXX properly (diff) |
1: Update to version 1.4.0
2: support stagedir.
PR: ports/185701
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=339765
Diffstat (limited to 'net/poptop/files/patch-plugins_pptpd-logwtmp.c')
-rw-r--r-- | net/poptop/files/patch-plugins_pptpd-logwtmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/poptop/files/patch-plugins_pptpd-logwtmp.c b/net/poptop/files/patch-plugins_pptpd-logwtmp.c index 4ac8d80d0537..df1f128a8f0b 100644 --- a/net/poptop/files/patch-plugins_pptpd-logwtmp.c +++ b/net/poptop/files/patch-plugins_pptpd-logwtmp.c @@ -6,5 +6,5 @@ #include <unistd.h> -#include <utmp.h> #include <string.h> - #include "pppd.h" + #include <pppd/pppd.h> |