diff options
| author | christos <christos@NetBSD.org> | 1996-10-13 02:32:29 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-10-13 02:32:29 +0000 |
| commit | f443b89c92af9e7bc800f4f3cb2cfa69ec0cc7f5 (patch) | |
| tree | 3b4c4488d6b508a9153da9e4796e922b8ac7dd87 /sys/kern/exec_script.c | |
| parent | e44c1d1f336ae4f7f9d4139bd2d644a5ab9ff3a6 (diff) | |
backout previous kprintf change
Diffstat (limited to 'sys/kern/exec_script.c')
| -rw-r--r-- | sys/kern/exec_script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c index 08da08991f6..a0c46a039f0 100644 --- a/sys/kern/exec_script.c +++ b/sys/kern/exec_script.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_script.c,v 1.15 1996/10/10 22:46:11 christos Exp $ */ +/* $NetBSD: exec_script.c,v 1.16 1996/10/13 02:32:29 christos Exp $ */ /* * Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou @@ -213,7 +213,7 @@ check_shell: #endif #ifdef FDSCRIPTS } else - ksprintf(*tmpsap++, "/dev/fd/%d", epp->ep_fd); + sprintf(*tmpsap++, "/dev/fd/%d", epp->ep_fd); #endif *tmpsap = NULL; |
