diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-11 00:49:34 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-11 00:49:34 +0000 |
| commit | 0889b9be414989d292712d60a1e2fcd837eaf504 (patch) | |
| tree | 3d16cb8ac2303ccc50640d839778a81b153c89ec /sys/boot/forth/pnp.4th | |
| parent | 4fd13c1ba2d20a846614cf518dbb13ccaca604cb (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/pnp.4th')
| -rw-r--r-- | sys/boot/forth/pnp.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/pnp.4th b/sys/boot/forth/pnp.4th index a9f28995ed5b..395164deadfc 100644 --- a/sys/boot/forth/pnp.4th +++ b/sys/boot/forth/pnp.4th @@ -158,7 +158,7 @@ only forth also support-functions : load-pnp 0 to end_of_file? reset_line_reading - s" /boot/pnpid.conf" fopen fd ! + s" /boot/pnpid.conf" O_RDONLY fopen fd ! fd @ -1 <> if begin end_of_file? 0= |
