ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/getopt.c
(Generate patch)

Comparing gvpe/lib/getopt.c (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.2 by pcg, Thu Mar 3 16:54:34 2005 UTC

7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 8
9NOTE: The canonical source of this file is maintained with the GNU C Library. 9NOTE: The canonical source of this file is maintained with the GNU C Library.
10Bugs can be reported to bug-glibc@prep.ai.mit.edu. 10Bugs can be reported to bug-glibc@prep.ai.mit.edu.
11 11
12This file is part of GVPE.
13
12This program is free software; you can redistribute it and/or modify it 14 GVPE is free software; you can redistribute it and/or modify it
13under the terms of the GNU General Public License as published by the 15under the terms of the GNU General Public License as published by the
14Free Software Foundation; either version 2, or (at your option) any 16Free Software Foundation; either version 2, or (at your option) any
15later version. 17later version.
16 18
17This program is distributed in the hope that it will be useful, 19This program is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of 20but WITHOUT ANY WARRANTY; without even the implied warranty of
19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20GNU General Public License for more details. 22GNU General Public License for more details.
21 23
22You should have received a copy of the GNU General Public License 24You should have received a copy of the GNU General Public License
23along with this program; if not, write to the Free Software 25along with gvpe; if not, write to the Free Software
24Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25*/ 27*/
26 28
27/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. 29/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
28 Ditto for AIX 3.2 and <stdlib.h>. */ 30 Ditto for AIX 3.2 and <stdlib.h>. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines