From c43708fda4ab61ed5e4a54ec7a631c8c7c6d6079 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 5 Sep 2004 07:11:47 +0000 Subject: [PATCH] Regenerate. --- src/fs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fs.h b/src/fs.h index 675dd6158c..a457935654 100644 --- a/src/fs.h +++ b/src/fs.h @@ -33,6 +33,9 @@ # define S_MAGIC_REISERFS 0x52654973 # define S_MAGIC_CRAMFS 0x28cd3d45 # define S_MAGIC_ROMFS 0x7275 +# define S_MAGIC_RAMFS 0x858458f6 +# define S_MAGIC_SQUASHFS 0x73717368 +# define S_MAGIC_SYSFS 0x62656572 #elif defined __GNU__ # include #endif -- 2.47.2