X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Feuidaccess.c;h=772cf6f1fb1b9d8001743246241be5874050372b;hb=11a85c350e8b872d617843487e1c77ea157880be;hp=c78040a30b35a03b6ebf966bf82cbf2b736403c4;hpb=4589d52c7c039b9d9c9d7bec075f00c9d57ee6e1;p=gnulib.git diff --git a/lib/euidaccess.c b/lib/euidaccess.c index c78040a30..772cf6f1f 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -1,5 +1,8 @@ /* euidaccess -- check if effective user id can access file - Copyright (C) 1990, 1991, 1995, 1998, 2000 Free Software Foundation, Inc. + + Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003 Free Software + Foundation, Inc. + This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -23,6 +26,10 @@ # include #endif +#ifndef _LIBC +# include "euidaccess.h" +#endif + #include #include @@ -204,9 +211,7 @@ weak_alias (__euidaccess, euidaccess) char *program_name; int -main (argc, argv) - int argc; - char **argv; +main (int argc, char **argv) { char *file; int mode;