# HG changeset patch # User Richard M. Stallman # Date 809836632 0 # Node ID 55e427250ad3dcdd9ff59960c04e3beb51e14976 # Parent 9bad6a54e268638f76a0794bfb2f3c66c43b0253 Add #undef for open, close, read, write. diff -r 9bad6a54e268 -r 55e427250ad3 lib-src/test-distrib.c --- a/lib-src/test-distrib.c Wed Aug 30 19:33:08 1995 +0000 +++ b/lib-src/test-distrib.c Thu Aug 31 02:37:12 1995 +0000 @@ -2,6 +2,12 @@ #include #endif +/* Cancel substitutions made by config.h for Emacs. */ +#undef open +#undef read +#undef write +#undef close + #include #ifndef O_RDONLY