svn commit: r300429 - head/sys/sys

Dmitry Chagin dchagin at FreeBSD.org
Sun May 22 19:04:36 UTC 2016


Author: dchagin
Date: Sun May 22 19:04:34 2016
New Revision: 300429
URL: https://svnweb.freebsd.org/changeset/base/300429

Log:
  Remove a now unused global declaration of some sysentvec struct.
  
  MFC after:	2 week

Modified:
  head/sys/sys/sysent.h

Modified: head/sys/sys/sysent.h
==============================================================================
--- head/sys/sys/sysent.h	Sun May 22 18:20:45 2016	(r300428)
+++ head/sys/sys/sysent.h	Sun May 22 19:04:34 2016	(r300429)
@@ -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[];
 


More information about the svn-src-head mailing list