diff options
| author | rsc <rsc> | 2007-08-08 09:32:39 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2007-08-08 09:32:39 +0000 |
| commit | c664dd5d23d50a6baee02d0ab8e921db51178f61 (patch) | |
| tree | 672020206787ea086b549f2b2c1daee7af4ba4e7 /main.c | |
| parent | 61dff66b35bee1ba6c58271a6864d905e2c0d1ab (diff) | |
| download | xv6-labs-2022-c664dd5d23d50a6baee02d0ab8e921db51178f61.tar.xz xv6-labs-2022-c664dd5d23d50a6baee02d0ab8e921db51178f61.zip | |
missing void
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ mpmain(void) // proc[0] starts here, called by scheduler() in the ordinary way. void -process0() +process0(void) { struct proc *p0 = &proc[0]; struct proc *p1; |
