s@\t\n@\n

This commit is contained in:
Kevin Steves 2000-12-14 00:04:08 +00:00
parent ec84dc12db
commit de41bc6caa
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ main(int ac, char **av)
pid_t pid; pid_t pid;
char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid]; char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];
extern int optind; extern int optind;
__progname = get_progname(av[0]); __progname = get_progname(av[0]);
init_rng(); init_rng();