summaryrefslogtreecommitdiff
path: root/comms/modemd/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/modemd/patches/patch-ac')
-rw-r--r--comms/modemd/patches/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-ac b/comms/modemd/patches/patch-ac
new file mode 100644
index 00000000000..1218355fad1
--- /dev/null
+++ b/comms/modemd/patches/patch-ac
@@ -0,0 +1,19 @@
+--- incoming/ppp.c.orig Tue Sep 10 02:35:12 1996
++++ incoming/ppp.c Tue Mar 3 17:19:05 1998
+@@ -46,6 +46,7 @@
+ #include "mcap.h"
+ #include <sys/time.h>
+ #include <signal.h>
++#include <stdlib.h>
+
+ #define EOF -1
+
+@@ -125,7 +126,7 @@
+ if (!lbuf)
+ error ("Can't allocate space for login string.\n");
+ strcpy (lbuf, modemcap.program);
+- strcat (lbuf, " ");
++ strcat (lbuf, " -- ");
+ strcat (lbuf, (char *)ibuf);
+ modemcap.program = lbuf;
+ return;