Add special fixes for netinet/in.h and sys/endian.h.

From-SVN: r2904
This commit is contained in:
Richard Stallman 1992-12-23 20:30:24 +00:00
parent b3fc0c9876
commit be0bad5e6d

View File

@ -923,9 +923,9 @@ if [ \! -z "$file_to_fix" ]; then
else else
sed -e '/#ifdef INKERNEL/i\ sed -e '/#ifdef INKERNEL/i\
#ifdef _KERNEL' \ #ifdef _KERNEL' \
-e '/* INKERNEL */a\ -e '/#endif[ ]*\/\* INKERNEL \*\//a\
#endif /* _KERNEL */' \ #endif /* _KERNEL */' \
${LIB}/$file > ${LIB}/${file}.sed $file_to_fix > ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
echo Fixed $file_to_fix echo Fixed $file_to_fix
fi fi
@ -955,7 +955,7 @@ if [ \! -z "$file_to_fix" ]; then
# endif/a\ # endif/a\
# endif /* !defined (__GNUC__) && !defined (__GNUG__) */\ # endif /* !defined (__GNUC__) && !defined (__GNUG__) */\
# include <sys/byteorder.h>' \ # include <sys/byteorder.h>' \
${LIB}/$file > ${LIB}/${file}.sed $file_to_fix > ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
echo Fixed $file_to_fix echo Fixed $file_to_fix
fi fi