diff options
Diffstat (limited to 'ufs-fsck/main.c')
-rw-r--r-- | ufs-fsck/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ufs-fsck/main.c b/ufs-fsck/main.c index b5af2d88..34c32a67 100644 --- a/ufs-fsck/main.c +++ b/ufs-fsck/main.c @@ -1,5 +1,5 @@ /* Main program for GNU fsck - Copyright (C) 1994, 1996 Free Software Foundation, Inc. + Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -21,10 +21,11 @@ #include <errno.h> #include <argp.h> #include <hurd.h> +#include <version.h> #include "fsck.h" -char *argp_program_version = "fsck.ufs 1.0 (GNU " HURD_RELEASE ")"; +const char *argp_program_version = STANDARD_HURD_VERSION (fsck.ufs); char *lfname = "lost+found"; mode_t lfmode = 0755; |