Remove unused kern_sendfile() declaration.

This commit is contained in:
Edward Tomasz Napierala 2017-01-29 12:31:24 +00:00
parent a692daff31
commit 142c750ace
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312948

View File

@ -52,7 +52,6 @@ struct ogetdirentries_args;
struct rlimit;
struct rusage;
union semun;
struct sendfile_args;
struct sockaddr;
struct stat;
struct thr_param;
@ -197,8 +196,6 @@ int kern_semctl(struct thread *td, int semid, int semnum, int cmd,
union semun *arg, register_t *rval);
int kern_select(struct thread *td, int nd, fd_set *fd_in, fd_set *fd_ou,
fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);
int kern_sendfile(struct thread *td, struct sendfile_args *uap,
struct uio *hdr_uio, struct uio *trl_uio, int compat);
int kern_sendit(struct thread *td, int s, struct msghdr *mp, int flags,
struct mbuf *control, enum uio_seg segflg);
int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);