~ubuntu-branches/debian/sid/ettercap/sid

« back to all changes in this revision

Viewing changes to src/missing/getopt.c

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2015-04-26 23:37:53 UTC
  • mfrom: (25.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150426233753-im0zda85pixmp34k
Tags: 1:0.8.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
    }
448
448
  else
449
449
    nonoption_flags_len = 0;
 
450
#else
 
451
  (void) argc;
 
452
  (void) argv;
450
453
#endif
451
454
 
452
455
  return optstring;