diff options
author | rsc <rsc> | 2007-08-28 04:14:32 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-28 04:14:32 +0000 |
commit | 43baa1f22417ef920c718731d3a2741c52c516fb (patch) | |
tree | 7780c0a5dfa6853bdb4bf416f40728efa5908f8e | |
parent | e6ffaa9d8eb4755e82cb7f4ebb47e70e7c8df42d (diff) | |
download | xv6-labs-43baa1f22417ef920c718731d3a2741c52c516fb.tar.gz xv6-labs-43baa1f22417ef920c718731d3a2741c52c516fb.tar.bz2 xv6-labs-43baa1f22417ef920c718731d3a2741c52c516fb.zip |
nit
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ mpmain(void) scheduler(); } -static void +void bootothers(void) { extern uchar _binary_bootother_start[], _binary_bootother_size[]; |