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

Diff of /inetutils/rcp/rcp.c

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

revision 1.18 by ams, Sun Apr 28 17:18:26 2002 UTC revision 1.19 by ams, Mon Apr 29 21:11:52 2002 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 1983, 1990, 1992, 1993   * Copyright (c) 1983, 1990, 1992, 1993, 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 40  static char sccsid[] = "@(#)rcp.c      8.2 (B Line 40  static char sccsid[] = "@(#)rcp.c      8.2 (B
40  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
41  #include <config.h>  #include <config.h>
42  #endif  #endif
 #include <version.h>  
43    
44  #include <sys/param.h>  #include <sys/param.h>
45  #include <sys/stat.h>  #include <sys/stat.h>
# Line 218  main (int argc, char *argv[]) Line 217  main (int argc, char *argv[])
217          break;          break;
218    
219        case 'V':        case 'V':
220          printf ("rcp (%s) %s\n", inetutils_package, inetutils_version);          printf ("rcp (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
221          exit (0);          exit (0);
222          break;          break;
223    
# Line 1090  help () Line 1089  help ()
1089        --help        give this help list");        --help        give this help list");
1090    puts ("\    puts ("\
1091    -V, --version     print program version");    -V, --version     print program version");
1092    fprintf (stdout, "\nSubmit bug reports to %s.\n", inetutils_bugaddr);    fprintf (stdout, "\nSubmit bug reports to %s.\n", PACKAGE_BUGREPORT);
1093    exit (0);    exit (0);
1094  }  }
1095    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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