=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/defs.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/rdist/defs.h 2014/07/12 03:32:00 1.28 +++ src/usr.bin/rdist/defs.h 2014/07/12 03:40:16 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.28 2014/07/12 03:32:00 guenther Exp $ */ +/* $OpenBSD: defs.h,v 1.29 2014/07/12 03:40:16 guenther Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -63,13 +63,17 @@ #endif #include "version.h" -#include "config-def.h" #include "config.h" -#include "config-data.h" #include "pathnames.h" #include "types.h" #include "filesys.h" +/* + * Define the read and write values for the file descriptor array + * used by pipe(). + */ +#define PIPE_READ 0 +#define PIPE_WRITE 1 /* * This belongs in os-svr4.h but many SVR4 OS's