~mm-yuhu/gearmand/server-funcs

« back to all changes in this revision

Viewing changes to examples/reverse_client.c

  • Committer: Eric Day
  • Date: 2009-06-15 18:08:53 UTC
  • mfrom: (19.15.12 solaris-64-fixes)
  • Revision ID: eday@oddments.org-20090615180853-axoirktegd1vhxp2
Merged Monty's build changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      break;
42
42
 
43
43
    case 'p':
44
 
      port= atoi(optarg);
 
44
      port= (in_port_t)atoi(optarg);
45
45
      break;
46
46
 
47
47
    default: