diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-15 02:19:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-15 02:19:54 +0000 |
commit | dbb0b50ca01ed6678acafea5f6a2aa036e47484b (patch) | |
tree | 8b4fa4aa7d3710f6718d736b7f6e9a89966e86b7 /boot | |
parent | 9b826641fd29f6a1ce0ebf91df3983d0565fa241 (diff) |
1999-03-14 Roland McGrath <roland@baalperazim.frob.com>
* boot.c: Fix typo in last change.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.c b/boot/boot.c index b2a5a377..6c00619c 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1,6 +1,6 @@ /* Load a task using the single server, and then run it as if we were the kernel. - Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1993,94,95,96,97,98,99 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -483,7 +483,7 @@ main (int argc, char **argv, char **envp) if (root_store->class == &store_device_class && root_store->name && (root_store->flags & STORE_ENFORCED) - && root_store->num_runs == 1 && store->runs[0].start == 0) + && root_store->num_runs == 1 && root_store->runs[0].start == 0) /* Let known device nodes pass through directly. */ bootdevice = root_store->name; else |