From 1716edfc192b29f8cec407e3eebfbe84e28f70e4 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 12 Dec 2007 20:28:46 +0000 Subject: Updated to fedora-glibc-20071212T1953 --- io/fchmodat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io') diff --git a/io/fchmodat.c b/io/fchmodat.c index 6aecf2ac23..6a40f5baff 100644 --- a/io/fchmodat.c +++ b/io/fchmodat.c @@ -1,5 +1,5 @@ /* Change the protections of file relative to open directory. Stub version. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -45,6 +45,6 @@ fchmodat (fd, file, mode, flag) __set_errno (ENOSYS); return -1; } -stub_warning (fchownat) +stub_warning (fchmodat) #include -- cgit v1.2.3