diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-02-10 09:47:41 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-02-10 09:47:41 +0000 |
commit | 0dd06c8ec618e5f5d2ea407406b329448c541fc4 (patch) | |
tree | ac3e22752bbb8f4069ff879095233ce0405e63a2 /net-dialup/pptpd/files/pptpd-1.3.2-connections-arg.patch | |
parent | Remove obsolete versions (diff) | |
download | historical-0dd06c8ec618e5f5d2ea407406b329448c541fc4.tar.gz historical-0dd06c8ec618e5f5d2ea407406b329448c541fc4.tar.bz2 historical-0dd06c8ec618e5f5d2ea407406b329448c541fc4.zip |
Remove obsolete versions
Package-Manager: portage-2.1.1-r2
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[] = |