From 3647f0d4ecf714e8963ceec54aea7a95b82acd6e Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 6 Sep 1996 22:19:58 +0000 Subject: *** empty log message *** --- ext2fs/ext2fs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext2fs/ext2fs.c') diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index ea0dfe7d..7c69a36b 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "ext2fs.h" /* ---------------------------------------------------------------- */ @@ -40,9 +41,7 @@ int diskfs_shortcut_fifo = 1; int diskfs_shortcut_ifsock = 1; char *diskfs_server_name = "ext2fs"; -int diskfs_major_version = 0; -int diskfs_minor_version = 2; -int diskfs_edit_version = 1; +char *diskfs_server_version = HURD_VERSION; char *diskfs_extra_version = "ext2 " EXT2FS_VERSION; int diskfs_synchronous = 0; -- cgit v1.2.3