]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/sysent.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / sysent.h
index b68b3cdedc884217e5f5c6d7865153c2fcba1a2b..3e2774b7469dea5014389bcedc1d0cc79d17aea5 100644 (file)
@@ -54,10 +54,7 @@ struct sysent {         /* system call table */
                                         */
 };
 
-#ifndef __INIT_SYSENT_C__
-extern struct sysent sysent[];
-#endif  /* __INIT_SYSENT_C__ */
-
+extern const struct sysent sysent[];
 extern const unsigned int nsysent;
 
 /*