~mordred/debian/sid/gearmand/packaging

« back to all changes in this revision

Viewing changes to examples/echo_worker.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:
37
37
      break;
38
38
 
39
39
    case 'p':
40
 
      port= atoi(optarg);
 
40
      port= (in_port_t)atoi(optarg);
41
41
      break;
42
42
 
43
43
    default: