summaryrefslogtreecommitdiff
path: root/src/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logname.c')
-rw-r--r--src/logname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logname.c b/src/logname.c
index 033cbd507..8fd22ca17 100644
--- a/src/logname.c
+++ b/src/logname.c
@@ -1,5 +1,5 @@
/* logname -- print user's login name
- Copyright (C) 1990-1997, 1999-2004 Free Software Foundation, Inc.
+ Copyright (C) 1990-1997, 1999-2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ Print the name of the current user.\n\
int
main (int argc, char **argv)
{
- register char *cp;
+ char *cp;
initialize_main (&argc, &argv);
program_name = argv[0];