svn commit: r312948 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Jan 29 12:31:25 UTC 2017


Author: trasz
Date: Sun Jan 29 12:31:24 2017
New Revision: 312948
URL: https://svnweb.freebsd.org/changeset/base/312948

Log:
  Remove unused kern_sendfile() declaration.

Modified:
  head/sys/sys/syscallsubr.h

Modified: head/sys/sys/syscallsubr.h
==============================================================================
--- head/sys/sys/syscallsubr.h	Sun Jan 29 11:52:36 2017	(r312947)
+++ head/sys/sys/syscallsubr.h	Sun Jan 29 12:31:24 2017	(r312948)
@@ -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 s
 	    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);


More information about the svn-src-all mailing list