svn commit: r301441 - stable/10/sys/sys
Dmitry Chagin
dchagin at FreeBSD.org
Sun Jun 5 10:48:28 UTC 2016
Author: dchagin
Date: Sun Jun 5 10:48:27 2016
New Revision: 301441
URL: https://svnweb.freebsd.org/changeset/base/301441
Log:
MFC r300429:
Remove a now unused global declaration of some sysentvec struct.
Modified:
stable/10/sys/sys/sysent.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/sys/sysent.h
==============================================================================
--- stable/10/sys/sys/sysent.h Sun Jun 5 10:33:53 2016 (r301440)
+++ stable/10/sys/sys/sysent.h Sun Jun 5 10:48:27 2016 (r301441)
@@ -154,8 +154,6 @@ struct sysentvec {
#ifdef _KERNEL
extern struct sysentvec aout_sysvec;
-extern struct sysentvec elf_freebsd_sysvec;
-extern struct sysentvec null_sysvec;
extern struct sysent sysent[];
extern const char *syscallnames[];
More information about the svn-src-stable-10
mailing list