svn commit: r266807 - projects/sendfile/sys/sys
Gleb Smirnoff
glebius at FreeBSD.org
Wed May 28 13:27:15 UTC 2014
Author: glebius
Date: Wed May 28 13:27:14 2014
New Revision: 266807
URL: http://svnweb.freebsd.org/changeset/base/266807
Log:
Remove redundant declaration.
Modified:
projects/sendfile/sys/sys/sf_buf.h
Modified: projects/sendfile/sys/sys/sf_buf.h
==============================================================================
--- projects/sendfile/sys/sys/sf_buf.h Wed May 28 13:15:14 2014 (r266806)
+++ projects/sendfile/sys/sys/sf_buf.h Wed May 28 13:27:14 2014 (r266807)
@@ -62,6 +62,5 @@ extern counter_u64_t sfstat[sizeof(struc
#endif /* _KERNEL */
int sf_mext_free(struct mbuf *mb, void *addr, void *args);
-int sf_mext_free_nocache(struct mbuf *mb, void *addr, void *args);
#endif /* !_SYS_SF_BUF_H_ */
More information about the svn-src-projects
mailing list