diff options
Diffstat (limited to 'debug/strncat_chk.c')
-rw-r--r-- | debug/strncat_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/strncat_chk.c b/debug/strncat_chk.c index c88034dc4b..c269331543 100644 --- a/debug/strncat_chk.c +++ b/debug/strncat_chk.c @@ -27,7 +27,7 @@ __strncat_chk (s1, s2, n, s1len) size_t n; size_t s1len; { - reg_char c; + char c; char *s = s1; /* Find the end of S1. */ |