summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1991-10-30 12:36:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1991-10-30 12:36:22 +0000
commit7f41b9d5e9f82df9a5ac24a5af3ceb6c4ee6c8ff (patch)
treee2270d6a5db33140c2173cc6933e5249eee72b93
parent70444bb04c0b7ffe760d0a40f95409a5ee1545b7 (diff)
Formerly paths.h.~3~
-rw-r--r--hurd/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h
index 1f5a8418..856fe764 100644
--- a/hurd/paths.h
+++ b/hurd/paths.h
@@ -36,4 +36,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _HURD_SYMLINK "/hurd/symlink" /* S_IFLNK */
#define _HURD_CHRDEV "/hurd/chrdev" /* S_IFCHR */
#define _HURD_BLKDEV "/hurd/blkdev" /* S_IFBLK */
+#define _HURD_FIFO "/hurd/fifo" /* S_IFIFO */
+
#define _HURD_IFSOCK "/hurd/ifsock" /* S_IFSOCK */