summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-04-13 17:04:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-04-13 17:04:50 +0000
commitd3b38bce6b1b318ae88a6a4a63e9937813677c73 (patch)
tree64ce00bf235eaf70dd7c907889d8c4cc37191315 /include
parenta3dc33654a3c5ec7f561ce557fbfa2fe5da9ad5e (diff)
Add /dev/fd/ and /var/empty/; ok henning@ and krw@
Diffstat (limited to 'include')
-rw-r--r--include/paths.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index c2b768d2da1..18f8c377df0 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -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/"