aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/getopt.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index 570cb9da69e..afcd308cc7b 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -6,23 +6,23 @@
6 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97 6 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97
7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 8
9 NOTE: 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.
10 Bugs can be reported to bug-glibc@prep.ai.mit.edu. 10Bugs can be reported to bug-glibc@prep.ai.mit.edu.
11 11
12 This program is free software; you can redistribute it and/or modify it 12This program is free software; you can redistribute it and/or modify it
13 under the terms of the GNU General Public License as published by the 13under the terms of the GNU General Public License as published by the
14 Free Software Foundation; either version 2, or (at your option) any 14Free Software Foundation; either version 2, or (at your option) any
15 later version. 15later version.
16 16
17 This program is distributed in the hope that it will be useful, 17This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of 18but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details. 20GNU General Public License for more details.
21 21
22 You should have received a copy of the GNU General Public License 22You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 23along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 24Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
25 USA. */ 25USA. */
26 26
27/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. 27/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
28 Ditto for AIX 3.2 and <stdlib.h>. */ 28 Ditto for AIX 3.2 and <stdlib.h>. */