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[];
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to