summaryrefslogtreecommitdiffstats
path: root/contrib/gnu-sort/lib/stdio-safer.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-02 09:18:31 +0000
committertjr <tjr@FreeBSD.org>2004-07-02 09:18:31 +0000
commit7e89f68317bac7ad9b038e5112ee343787a48357 (patch)
tree114f9bf5c2e6f980f3f1a5b60fd77a93e9f309a5 /contrib/gnu-sort/lib/stdio-safer.h
parent910036be02c73b909b0758449a14b99212525529 (diff)
downloadFreeBSD-src-7e89f68317bac7ad9b038e5112ee343787a48357.zip
FreeBSD-src-7e89f68317bac7ad9b038e5112ee343787a48357.tar.gz
Import of GNU sort from coreutils 5.2.1 (trimmed)
Diffstat (limited to 'contrib/gnu-sort/lib/stdio-safer.h')
-rw-r--r--contrib/gnu-sort/lib/stdio-safer.h32
1 files changed, 23 insertions, 9 deletions
diff --git a/contrib/gnu-sort/lib/stdio-safer.h b/contrib/gnu-sort/lib/stdio-safer.h
index bd5cbd8..8a22f12 100644
--- a/contrib/gnu-sort/lib/stdio-safer.h
+++ b/contrib/gnu-sort/lib/stdio-safer.h
@@ -1,9 +1,23 @@
-#ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-#endif
-
-FILE *fopen_safer PARAMS ((char const *, char const *));
+/* Invoke stdio functions, but avoid some glitches.
+
+ Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+/* Written by Paul Eggert. */
+
+#include <stdio.h>
+
+FILE *fopen_safer (char const *, char const *);
OpenPOWER on IntegriCloud