/[inetutils]/inetutils/rlogind/rlogind.c
ViewVC logotype

Diff of /inetutils/rlogind/rlogind.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by gray, Sun Apr 7 15:29:12 2002 UTC revision 1.31 by ams, Mon Apr 29 21:14:32 2002 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1998,2001 Free Software Foundation, Inc.  /* Copyright (C) 1998,2001, 2002 Free Software Foundation, Inc.
2    
3     This file is part of GNU Inetutils.     This file is part of GNU Inetutils.
4    
# Line 20  Line 20 
20  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
21  # include <config.h>  # include <config.h>
22  #endif  #endif
 #include <version.h>  
23    
24  #include <signal.h>  #include <signal.h>
25  #ifdef HAVE_SYS_FILIO_H  #ifdef HAVE_SYS_FILIO_H
# Line 318  main (int argc, char *argv[]) Line 317  main (int argc, char *argv[])
317            break;            break;
318    
319          case 'V':          case 'V':
320            printf ("rlogind (%s %s)\n", inetutils_package, inetutils_version);            printf ("rlogind (%s %s)\n", PACKAGE_NAME, PACKAGE_VERSION);
321            exit (0);            exit (0);
322    
323          case 'h':          case 'h':
# Line 1323  usage() Line 1322  usage()
1322  {  {
1323    printf ("%s\n"    printf ("%s\n"
1324           "Send bug reports to %s\n",           "Send bug reports to %s\n",
1325           usage_str, inetutils_bugaddr);           usage_str, PACKAGE_BUGREPORT);
1326  }  }
1327    
1328  int volatile _st;  int volatile _st;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26