Fixed bug in stracesecmp left from a previous patch.

Also, a minor issue resolved in proc.h.
This commit is contained in:
Sergey
2014-05-07 22:33:45 -07:00
parent bca48c9a66
commit b238afb5b9
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ struct proc *pidhash [PIDHSZ];
extern struct proc proc[]; /* the proc table itself */
struct proc *freeproc, *zombproc, *allproc, *qs;
/* lists of procs in various states */
int nproc;
extern int nproc;
/*
* Init the process queues.