From d17c5d218eedf5702941bba7047151bda0d8660b Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 16:04:49 +0200 Subject: [GCC4] fix build error in include/linux/intermezzo_fs.h This patch fixes these errors with gcc 4 : super.c:339: error: static declaration of 'presto_fs_type' follows non-static declaration /usr/src/git/linux-2.4/include/linux/intermezzo_fs.h:324: error: previous declaration of 'presto_fs_type' was here --- include/linux/intermezzo_fs.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/intermezzo_fs.h b/include/linux/intermezzo_fs.h index 850150e..98800d0 100644 --- a/include/linux/intermezzo_fs.h +++ b/include/linux/intermezzo_fs.h @@ -321,7 +321,6 @@ int presto_fwrite(struct file *file, con int presto_ispresto(struct inode *); /* super.c */ -extern struct file_system_type presto_fs_type; extern int init_intermezzo_fs(void); /* fileset.c */ -- 1.4.2