Remove an unused prototype.

This commit is contained in:
Alan Cox 2002-03-26 05:30:59 +00:00
parent dcd587c927
commit 433b72aa12

View File

@ -59,7 +59,6 @@ int sstk(struct thread *, void *, int *);
int swapon(struct thread *, void *, int *);
#endif /* TYPEDEF_FOR_UAP */
int grow(struct proc *, size_t);
int grow_stack(struct proc *, size_t);
int kernacc(caddr_t, int, int);
vm_offset_t kmem_alloc(vm_map_t, vm_size_t);