/[inetutils]/inetutils/gwhois/whois.c
ViewVC logotype

Diff of /inetutils/gwhois/whois.c

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

revision 1.4 by alainm, Mon Aug 27 01:32:34 2001 UTC revision 1.5 by ams, Mon Apr 29 20:47:04 2002 UTC
# Line 26  Line 26 
26  /* Application-specific */  /* Application-specific */
27  #include <data.h>  #include <data.h>
28  #include <whois.h>  #include <whois.h>
 #include <version.h>  
29    
30  /* Global variables */  /* Global variables */
31  int sockfd, verb = 0;  int sockfd, verb = 0;
# Line 98  int main(int argc, char *argv[]) Line 97  int main(int argc, char *argv[])
97              fprintf(stderr, _("Version %s.\n\nReport bugs to %s.\n"),              fprintf(stderr, _("Version %s.\n\nReport bugs to %s.\n"),
98                      VERSION, "<md+whois@linux.it>");                      VERSION, "<md+whois@linux.it>");
99  #else  #else
100              fprintf(stderr, "%s %s\n", inetutils_package, inetutils_version);              fprintf(stderr, "%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
101  #endif  #endif
102              exit(0);              exit(0);
103          default:          default:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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