about summary refs log tree commit diff
path: root/debug/strcat_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/strcat_chk.c')
-rw-r--r--debug/strcat_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/strcat_chk.c b/debug/strcat_chk.c
index c930caaf0f..8f842ee855 100644
--- a/debug/strcat_chk.c
+++ b/debug/strcat_chk.c
@@ -28,7 +28,7 @@ __strcat_chk (dest, src, destlen)
 {
   char *s1 = dest;
   const char *s2 = src;
-  reg_char c;
+  char c;
 
   /* Find the end of the string.  */
   do