Eliminate dead code.

Reviewed by:	jhb
This commit is contained in:
Alan Cox 2009-04-01 04:36:37 +00:00
parent a471e1eda3
commit a7f9bae19e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190604

View File

@ -42,19 +42,6 @@ struct vnode;
#ifdef _KERNEL
#ifdef TYPEDEF_FOR_UAP
int getpagesize(struct thread *, void *, int *);
int madvise(struct thread *, void *, int *);
int mincore(struct thread *, void *, int *);
int mprotect(struct thread *, void *, int *);
int msync(struct thread *, void *, int *);
int munmap(struct thread *, void *, int *);
int obreak(struct thread *, void *, int *);
int sbrk(struct thread *, void *, int *);
int sstk(struct thread *, void *, int *);
int swapon(struct thread *, void *, int *);
#endif /* TYPEDEF_FOR_UAP */
int kernacc(void *, int, int);
vm_offset_t kmem_alloc(vm_map_t, vm_size_t);
vm_offset_t kmem_alloc_nofault(vm_map_t, vm_size_t);