~ubuntu-branches/ubuntu/precise/libtasn1-3/precise

« back to all changes in this revision

Viewing changes to gl/getopt1.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-05-21 09:06:49 UTC
  • mfrom: (1.1.9 upstream) (6 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090521090649-9240a15omv94d1bj
Tags: 2.2-1
* Sync debian/control with override file, libtasn1-3-dbg is section debug.
* New upstream version.
* Standards-Version 3.8.1, no changes required.
* Add Homepage field to debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* getopt_long and getopt_long_only entry points for GNU getopt.
2
 
   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004,2006
 
2
   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004,2006,2009
3
3
     Free Software Foundation, Inc.
4
4
   This file is part of the GNU C Library.
5
5
 
91
91
    {
92
92
      int this_option_optind = optind ? optind : 1;
93
93
      int option_index = 0;
94
 
      static struct option long_options[] =
 
94
      static const struct option long_options[] =
95
95
      {
96
96
        {"add", 1, 0, 0},
97
97
        {"append", 0, 0, 0},