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

Diff of /inetutils/rshd/rshd.c

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

revision 1.23 by alainm, Sun Nov 4 04:01:35 2001 UTC revision 1.24 by ams, Mon Apr 29 21:16:53 2002 UTC
# Line 1  Line 1 
1  /*-  /*-
2   * Copyright (c) 1988, 1989, 1992, 1993, 1994   * Copyright (c) 1988, 1989, 1992, 1993, 1994, 2002
3   *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
4   *   *
5   * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
# Line 39  Line 39 
39  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
40  # include <config.h>  # include <config.h>
41  #endif  #endif
 #include <version.h>  
42    
43  #if !defined (__GNUC__) && defined (_AIX)  #if !defined (__GNUC__) && defined (_AIX)
44  #pragma alloca  #pragma alloca
# Line 189  main (int argc, char *argv[]) Line 188  main (int argc, char *argv[])
188            break;            break;
189    
190         case 'V':         case 'V':
191            printf ("rshd (%s %s)\n", inetutils_package, inetutils_version);            printf ("rshd (%s %s)\n", PACKAGE_NAME, PACKAGE_VERSION);
192            exit (0);            exit (0);
193    
194          case 'h':          case 'h':
# Line 1053  help (void) Line 1052  help (void)
1052     -h, --help              Display usage instructions");     -h, --help              Display usage instructions");
1053    puts ("\    puts ("\
1054     -V, --version           Display program version");     -V, --version           Display program version");
1055    printf ("\nSend bug reports to %s\n", inetutils_bugaddr);    printf ("\nSend bug reports to %s\n", PACKAGE_BUGREPORT);
1056  }  }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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