2004-09-07  Michal Ludvig  <mludvig@suse.cz>

	* defs.h (nioctlents1, nsignals2): Fix typos in decls.
diff --git a/ChangeLog b/ChangeLog
index e4b03a7..0147cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-07  Michal Ludvig  <mludvig@suse.cz>
+
+	* defs.h (nioctlents1, nsignals2): Fix typos in decls.
+
 2004-09-03  Roland McGrath  <roland@redhat.com>
 
 	* syscall.c (qual_options): Add const to defn.
diff --git a/defs.h b/defs.h
index 9d3158e..2158bf8 100644
--- a/defs.h
+++ b/defs.h
@@ -551,7 +551,7 @@
 
 #if SUPPORTED_PERSONALITIES >= 2
 extern const struct ioctlent ioctlent1[];
-extern constint nioctlents1;
+extern const int nioctlents1;
 extern const char *const signalent1[];
 extern const int nsignals1;
 #endif /* SUPPORTED_PERSONALITIES >= 2 */
@@ -560,7 +560,7 @@
 extern const struct ioctlent ioctlent2[];
 extern const int nioctlents2;
 extern const char *const signalent2[];
-extern constint nsignals2;
+extern const int nsignals2;
 #endif /* SUPPORTED_PERSONALITIES >= 3 */
 
 #if defined(FREEBSD) || (defined(LINUX) \