diff options
| author | rtm <rtm> | 2006-08-29 19:06:37 +0000 |
|---|---|---|
| committer | rtm <rtm> | 2006-08-29 19:06:37 +0000 |
| commit | dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8 (patch) | |
| tree | 2d6c4e47bad6cfe7436896068a5872ace545a974 /syscall.c | |
| parent | d7ce6545e7179e9a4b950838c354b485e3f3fdb8 (diff) | |
| download | xv6-labs-2022-dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8.tar.xz xv6-labs-2022-dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8.zip | |
prune unneeded panics and debug output
Diffstat (limited to 'syscall.c')
| -rw-r--r-- | syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ sys_getpid(void) int sys_sbrk(void) { - unsigned addr; + uint addr; int n; struct proc *cp = curproc[cpu()]; |
