=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/Attic/os-openbsd.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/rdist/Attic/os-openbsd.h 2003/06/03 02:56:14 1.13 --- src/usr.bin/rdist/Attic/os-openbsd.h 2014/07/05 05:31:35 1.14 *************** *** 29,35 **** */ /* ! * $OpenBSD: os-openbsd.h,v 1.13 2003/06/03 02:56:14 millert Exp $ */ /* --- 29,35 ---- */ /* ! * $OpenBSD: os-openbsd.h,v 1.14 2014/07/05 05:31:35 guenther Exp $ */ /* *************** *** 74,86 **** * Type of argument passed to wait() (above). */ #define WAIT_ARG_TYPE int - - /* - * Select the type of executable file format. - */ - #ifndef EXE_TYPE - #define EXE_TYPE EXE_AOUT - #endif /* * Select the type of statfs() system call (if any). --- 74,79 ----