diff options
Diffstat (limited to 'net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch')
-rw-r--r-- | net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch b/net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch deleted file mode 100644 index ab5920566a05..000000000000 --- a/net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nru pptpd-1.3.2.orig/pptpd.c pptpd-1.3.2/pptpd.c ---- pptpd-1.3.2.orig/pptpd.c 2005-12-29 11:59:49.000000000 +0200 -+++ pptpd-1.3.2/pptpd.c 2006-05-12 23:44:15.000000000 +0300 -@@ -149,9 +149,9 @@ - while (1) { - int option_index = 0; - #ifdef BCRELAY -- char *optstring = "b:c:de:fhil:o:p:s:t:vwCD"; -+ char *optstring = "b:c:de:fhil:o:p:s:t:vwC:D"; - #else -- char *optstring = "c:de:fhil:o:p:s:t:vwCD"; -+ char *optstring = "c:de:fhil:o:p:s:t:vwC:D"; - #endif - - static struct option long_options[] = |