about summary refs log tree commit diff
path: root/debug/strncat_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/strncat_chk.c')
-rw-r--r--debug/strncat_chk.c2
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.  */