diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-07-14 20:52:40 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-07-14 20:52:40 +0000 |
commit | 91fb52011f769cb23bd92666125f23071d28d5e4 (patch) | |
tree | 687aaf7fa3c36bf5199d15737e9a8aa1a4ac20c1 /utils/setauth.c | |
parent | c3309e4e383cae6cd10337ba84daad7f6c7d0027 (diff) |
*** empty log message ***
Diffstat (limited to 'utils/setauth.c')
-rw-r--r-- | utils/setauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/setauth.c b/utils/setauth.c index 5a567fdf..a039e3c6 100644 --- a/utils/setauth.c +++ b/utils/setauth.c @@ -29,7 +29,7 @@ #include "frobauth.h" -bconst char *argp_program_version = STANDARD_HURD_VERSION (setauth); +const char *argp_program_version = STANDARD_HURD_VERSION (setauth); #define OPT_NO_SAVE 1 |