Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 12:31:24 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312948 - head/sys/sys
Message-ID:  <201701291231.v0TCVOqb063170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291231.v0TCVOqb063170>