From 3395c2ad30f10a9c8717376c886fa4d86b3618ed Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 14 Sep 1996 17:31:40 +0000 Subject: (argp_program_version): New variable. : New include. --- storeio/storeio.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'storeio') diff --git a/storeio/storeio.c b/storeio/storeio.c index 8f189bf8..e860f3b3 100644 --- a/storeio/storeio.c +++ b/storeio/storeio.c @@ -18,18 +18,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include -#include -#include -#include - #include #include #include #include #include +#include +#include +#include +#include + #include "open.h" #include "dev.h" @@ -58,6 +57,8 @@ static struct argp_option options[] = }; static char *args_doc = 0; static char *doc = "Translator for devices and other stores"; + +char *argp_program_version = STANDARD_HURD_VERSION (storeio); /* ---------------------------------------------------------------- */ -- cgit v1.2.3