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

Comparing gvpe/lib/getopt1.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

2 Copyright (C) 1987,88,89,90,91,92,93,94,96,97 Free Software Foundation, Inc. 2 Copyright (C) 1987,88,89,90,91,92,93,94,96,97 Free Software Foundation, Inc.
3 3
4NOTE: The canonical source of this file is maintained with the GNU C Library. 4NOTE: The canonical source of this file is maintained with the GNU C Library.
5Bugs can be reported to bug-glibc@prep.ai.mit.edu. 5Bugs can be reported to bug-glibc@prep.ai.mit.edu.
6 6
7This file is part of GVPE.
8
7This program is free software; you can redistribute it and/or modify it 9 GVPE is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the 10under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2, or (at your option) any 11Free Software Foundation; either version 2, or (at your option) any
10later version. 12later version.
11 13
12This program is distributed in the hope that it will be useful, 14This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 15but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 17GNU General Public License for more details.
16 18
17You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software 20along with gvpe; if not, write to the Free Software
19Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20*/ 22*/
21 23
22#ifdef HAVE_CONFIG_H 24#ifdef HAVE_CONFIG_H
23#include <config.h> 25#include <config.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines