From: Michal Ludvig Date: Tue, 7 Sep 2004 14:06:03 +0000 (+0000) Subject: 2004-09-07 Michal Ludvig X-Git-Tag: v4.5.18~513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51d1ebc33a514719ed4fc3a18b70cc9967e752d3;p=strace 2004-09-07 Michal Ludvig * defs.h (nioctlents1, nsignals2): Fix typos in decls. --- diff --git a/ChangeLog b/ChangeLog index e4b03a75..0147cd62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-07 Michal Ludvig + + * defs.h (nioctlents1, nsignals2): Fix typos in decls. + 2004-09-03 Roland McGrath * syscall.c (qual_options): Add const to defn. diff --git a/defs.h b/defs.h index 9d3158e5..2158bf86 100644 --- a/defs.h +++ b/defs.h @@ -551,7 +551,7 @@ extern const int nsignals0; #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 int nsignals1; 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) \