From be0bad5e6d7cc4c51113d612bbfaa8c8a31ad44d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 23 Dec 1992 20:30:24 +0000 Subject: [PATCH] Add special fixes for netinet/in.h and sys/endian.h. From-SVN: r2904 --- gcc/fixinc.svr4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index fd1724bcf4a..a75d7fa8c76 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -923,9 +923,9 @@ if [ \! -z "$file_to_fix" ]; then else sed -e '/#ifdef INKERNEL/i\ #ifdef _KERNEL' \ - -e '/* INKERNEL */a\ + -e '/#endif[ ]*\/\* INKERNEL \*\//a\ #endif /* _KERNEL */' \ - ${LIB}/$file > ${LIB}/${file}.sed + $file_to_fix > ${LIB}/${file}.sed rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file echo Fixed $file_to_fix fi @@ -955,7 +955,7 @@ if [ \! -z "$file_to_fix" ]; then # endif/a\ # endif /* !defined (__GNUC__) && !defined (__GNUG__) */\ # include ' \ - ${LIB}/$file > ${LIB}/${file}.sed + $file_to_fix > ${LIB}/${file}.sed rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file echo Fixed $file_to_fix fi -- 2.30.2