From 48b2be3ccc7680d76107349ae4b4dd9295e67185 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 13 Mar 2006 14:49:08 +0000 Subject: [PATCH] /dev/ram is a path --- include/minix/paths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/minix/paths.h b/include/minix/paths.h index 4c776be36..22ae67458 100644 --- a/include/minix/paths.h +++ b/include/minix/paths.h @@ -13,6 +13,7 @@ #define _PATH_HOSTS "/etc/hosts" #define _PATH_DEFTAPE "/dev/sa0" +#define _PATH_RAMDISK "/dev/ram" #define _PATH_TMP "/tmp" #endif