From a65aabc3dfb6ddcd91e470a98b49fa376f59a838 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 6 Jul 1996 23:08:25 +0000 Subject: (argp_program_version): New variable. --- utils/ps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/ps.c') diff --git a/utils/ps.c b/utils/ps.c index f70a59e3..1ee5b806 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -31,6 +31,8 @@ #include #include #include "psout.h" + +char *argp_program_version = "ps 1.0 (GNU " HURD_RELEASE ")"; /* Long options without corresponding short ones. -1 is EOF. */ #define OPT_LOGIN -2 -- cgit v1.2.3