From dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 1 Aug 1996 20:18:45 +0000 Subject: *** empty log message *** --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index 2a6cf848..dcf3bccc 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -123,7 +123,7 @@ char *bootdevice = "sd0a"; void set_mach_stack_args (); -void safe_gets (char *buf, size_t buf_len) +void safe_gets (char *buf, int buf_len) { fgets (buf, buf_len, stdin); } -- cgit v1.2.3