aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/files/patch-ad
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2001-05-12 22:29:18 +0000
committerJohn Polstra <jdp@FreeBSD.org>2001-05-12 22:29:18 +0000
commit31410083ce33ada62f76429b710d602d248050b3 (patch)
treebb4829dda01d94384a17f2aab6776226ff279249 /net/pptpclient/files/patch-ad
parent997a5689c1c5f5782746827cc413dac06ecce545 (diff)
downloadports-31410083ce33ada62f76429b710d602d248050b3.tar.gz
ports-31410083ce33ada62f76429b710d602d248050b3.zip
Upgrade from version 1.0.2 to 1.0.3 and welcome Thomas Quinot as
the new maintainer of this port. Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes
Notes: svn path=/head/; revision=42558
Diffstat (limited to 'net/pptpclient/files/patch-ad')
-rw-r--r--net/pptpclient/files/patch-ad20
1 files changed, 4 insertions, 16 deletions
diff --git a/net/pptpclient/files/patch-ad b/net/pptpclient/files/patch-ad
index a55ccfd63f34..876fad22a113 100644
--- a/net/pptpclient/files/patch-ad
+++ b/net/pptpclient/files/patch-ad
@@ -1,11 +1,8 @@
-RCS file: /home/jdp/f5/pptp/cvs/pptp/pptp_gre.c,v
-retrieving revision 1.1.1.1
-retrieving revision 1.2
-diff -u -r1.1.1.1 -r1.2
---- pptp_gre.c 1999/04/28 19:36:57 1.1.1.1
-+++ pptp_gre.c 1999/04/28 19:43:56 1.2
+diff -ur dist/pptp-linux-1.0.3/pptp_gre.c work/pptp-linux-1.0.3/pptp_gre.c
+--- dist/pptp-linux-1.0.3/pptp_gre.c Mon Apr 30 05:40:40 2001
++++ pptp_gre.c Thu May 10 00:43:41 2001
@@ -5,10 +5,10 @@
- * $Id: pptp_gre.c,v 1.5 1997/12/15 10:11:38 cananian Exp $
+ * $Id: pptp_gre.c,v 1.3 2001/04/30 03:40:40 scott Exp $
*/
+#include <sys/types.h>
@@ -17,12 +14,3 @@ diff -u -r1.1.1.1 -r1.2
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
-@@ -59,7 +59,7 @@
- struct sockaddr_in src_addr;
- int s, n, stat1, stat2;
-
-- pptp_gre_call_id = call_id;
-+ pptp_gre_call_id = peer_call_id;
- /* Open IP protocol socket */
- s = socket(AF_INET, SOCK_RAW, PPTP_PROTO);
- if (s<0) { warn("socket: %s", strerror(errno)); return; }