oops; i screwed up that last...
This commit is contained in:
parent
ca4372787c
commit
0e5a19d667
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "$Id: do_command.c,v 1.9 1993/12/06 03:35:56 cgd Exp $";
|
static char rcsid[] = "$Id: do_command.c,v 1.10 1993/12/06 23:57:11 cgd Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ child_process(cmd, u)
|
|||||||
* the actual user command shell was going to get and the
|
* the actual user command shell was going to get and the
|
||||||
* PID is part of the log message.
|
* PID is part of the log message.
|
||||||
*/
|
*/
|
||||||
#ifdef LOG_FILE || defined(SYSLOG)
|
#if defined(LOG_FILE) || defined(SYSLOG)
|
||||||
{
|
{
|
||||||
extern char *mkprints();
|
extern char *mkprints();
|
||||||
char *x = mkprints(cmd, strlen(cmd));
|
char *x = mkprints(cmd, strlen(cmd));
|
||||||
|
Loading…
Reference in New Issue
Block a user