*** unexec.c-dist Sat Aug 20 16:22:33 1988 --- unexec.c Sun Sep 30 13:13:23 1990 *************** *** 238,243 **** --- 238,246 ---- #define PERROR(arg) perror (arg); return -1 #else #include "config.h" + #ifdef MINIX + #undef USG + #endif #define PERROR(file) report_error (file, new) #endif