diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-12-20 22:22:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-12-20 22:22:08 +0100 |
commit | 2450b55c7b80ffc81b94d1428d96288788187fcf (patch) | |
tree | 07ccdc5721a0b3607fd8acf54a301375a29b9ce4 /sys/src/9/port/portdat.h | |
parent | 0df8b0c63cdd0328fa4d0865cd760232a694e0af (diff) |
kernel: add pidalloc() and reuse pid once the counter wraps arround
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r-- | sys/src/9/port/portdat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h index 5aca7fb14..ce3470e74 100644 --- a/sys/src/9/port/portdat.h +++ b/sys/src/9/port/portdat.h @@ -768,7 +768,6 @@ extern char* eve; extern char hostdomain[]; extern uchar initcode[]; extern Queue* kprintoq; -extern Ref noteidalloc; extern int nsyscall; extern Palloc palloc; extern Queue* serialoq; |