diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-01 20:18:45 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-01 20:18:45 +0000 |
commit | dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c (patch) | |
tree | f68d7f3dd811e13e404d873948b09d38c5954fdb /boot/boot.c | |
parent | 8959f443bf76c39a1734c450535f3c8f76aa6520 (diff) |
*** empty log message ***
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |