From 6ac3cf7d07156151ab104f4df9c007b6581ed6e9 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 13 May 2002 17:12:08 +0000 Subject: 2002-05-13 Marcus Brinkmann * main.c: Include . (argp_program_version): New variable. --- pfinet/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pfinet/main.c') diff --git a/pfinet/main.c b/pfinet/main.c index e5cac55f..9337b27a 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995,96,97,99,2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,99,2000,02 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -49,6 +50,8 @@ int trivfs_cntl_nportclasses = 1; struct port_class *shutdown_notify_class; +const char *argp_program_version = STANDARD_HURD_VERSION (pfinet); + /* Option parser. */ extern struct argp pfinet_argp; -- cgit v1.2.3