=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/paths.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/include/paths.h 2003/06/02 19:34:12 1.20 +++ src/include/paths.h 2004/04/13 17:04:49 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.20 2003/06/02 19:34:12 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.21 2004/04/13 17:04:49 millert Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -71,9 +71,11 @@ /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_BOOTDIR "/usr/mdec/" #define _PATH_DEV "/dev/" +#define _PATH_DEVFD "/dev/fd/" #define _PATH_TMP "/tmp/" #define _PATH_UUCPLOCK "/var/spool/lock/" #define _PATH_VARDB "/var/db/" +#define _PATH_VAREMPTY "/var/empty/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/"