This commit is contained in:
rsc 2007-09-27 21:02:03 +00:00
parent c95bde8163
commit f97f0d2b3d
2 changed files with 3 additions and 11 deletions

2
defs.h
View file

@ -92,7 +92,7 @@ int pipewrite(struct pipe*, char*, int);
// proc.c
struct proc* copyproc(struct proc*);
struct proc* curproc();
struct proc* curproc(void);
void exit(void);
int growproc(int);
int kill(int);