From 590d6f8e984fb41ce493f959c5344534f61aa4e8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 26 Jan 1993 15:19:35 -0800 Subject: [PATCH] (sys/types.h): Don't match on ssize_t. From-SVN: r3352 --- gcc/fixincludes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fixincludes b/gcc/fixincludes index 7cea719b369..70a8d5435e3 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -370,10 +370,10 @@ fi if [ -r ${LIB}/$file ]; then echo Fixing $file -sed -e '/size_t.*;/i\ +sed -e '/[ ]size_t.*;/i\ #ifndef _GCC_SIZE_T\ #define _GCC_SIZE_T' \ - -e '/size_t.*;/a\ + -e '/[ ]size_t.*;/a\ #endif' ${LIB}/$file > ${LIB}/${file}.sed rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file if cmp $file ${LIB}/$file >/dev/null 2>&1; then -- 2.30.2