]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add copyright and authorship notice.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2004 06:44:30 +0000 (06:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2004 06:44:30 +0000 (06:44 +0000)
(AT_FDCWD): Use the same value Solaris 9 uses.

lib/openat.h

index 5842105fd2856bc86023d42546dde2cbcddb10d4..74f5508db9a4ce3e51dd104d69aa9e384585afee 100644 (file)
@@ -1,10 +1,28 @@
+/* provide a replacement openat function
+   Copyright (C) 2004 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 Jim Meyering */
+
 #if HAVE_FCNTL_H
 # include <fcntl.h>
 #endif
 
 #ifndef AT_FDCWD
-/* FIXME: use the same value Solaris uses */
-# define AT_FDCWD -999
+# define AT_FDCWD (-3041965) /* same value as Solaris 9 */
 
 # ifdef __OPENAT_PREFIX
 #  undef openat