X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fopenat.h;h=11a0314d2426d820ae0c39bfe9e58e8f7eeb6b7d;hb=062cad2d07081f9a60adbb90fc1184a435a1a93f;hp=433b9983dffc9531925a02a8d7b0e32762f55a98;hpb=370fec14f2e177cf533cb967e2dc04354e883c45;p=gnulib.git diff --git a/lib/openat.h b/lib/openat.h index 433b9983d..11a0314d2 100644 --- a/lib/openat.h +++ b/lib/openat.h @@ -1,5 +1,5 @@ /* provide a replacement openat function - Copyright (C) 2004-2006, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 2004-2006, 2008-2010 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 @@ -40,7 +40,7 @@ #if !HAVE_OPENAT int openat_permissive (int fd, char const *file, int flags, mode_t mode, - int *cwd_errno); + int *cwd_errno); bool openat_needs_fchdir (void); #else