summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-05-22 19:04:34 +0000
committerdchagin <dchagin@FreeBSD.org>2016-05-22 19:04:34 +0000
commit5a6f3a2a93febf866fd1114407f195b0ca692669 (patch)
tree215f2c5925e3a9f755638737a1db20c82b94263d /sys/sys/sysent.h
parentdb1cd7e39a137cce0e5a401cb7db6d9217da1cb9 (diff)
downloadFreeBSD-src-5a6f3a2a93febf866fd1114407f195b0ca692669.zip
FreeBSD-src-5a6f3a2a93febf866fd1114407f195b0ca692669.tar.gz
Remove a now unused global declaration of some sysentvec struct.
MFC after: 2 week
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 1f1ab7a..25dc940 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -155,8 +155,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[];
OpenPOWER on IntegriCloud