mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
10 lines
360 B
Text
10 lines
360 B
Text
--- string.c.orig Sun Oct 20 16:14:00 2002
|
|
+++ string.c Sun Oct 20 16:14:08 2002
|
|
@@ -271,7 +271,6 @@
|
|
/* if it has a multi-command delim, save rest for next time */
|
|
#define MULTI_CMD_DELIM ','
|
|
if (p = index(string, MULTI_CMD_DELIM)) {
|
|
- char *strsave();
|
|
struct inp_link *l;
|
|
*p++ = EOS;
|
|
if ((l=getnode(sizeof(*l))) && (l->input=strsave(p)))
|