From f443b89c92af9e7bc800f4f3cb2cfa69ec0cc7f5 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Oct 1996 02:32:29 +0000 Subject: backout previous kprintf change --- sys/kern/exec_script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/exec_script.c') 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; -- cgit