| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #ifndef lint |
| 2 | + | static const char RCSid[] = "$Id$"; |
| 3 | + | #endif |
| 4 | /* | |
| 5 | * Convert a set of arguments into a command line for pipe() or system() | |
| 6 | * | |
| # | Line 24 | Line 27 | matchany(const char *str1, const char *str2) | |
| 27 | char * | |
| 28 | convert_commandline(char *cmd, const int len, char *av[]) | |
| 29 | { | |
| 27 | – | int match; |
| 30 | char *cp; | |
| 31 | ||
| 32 | for (cp = cmd; *av != NULL; av++) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |