2007-03-17 Bruno Haible <bruno@clisp.org>
+2007-03-17 Bruno Haible <bruno@clisp.org>
+
+ * lib/fchownat.c: Include lchown.h.
+
2007-03-17 Bruno Haible <bruno@clisp.org>
Fix endless loop when the given allocated size was > INT_MAX.
when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
mistakenly affects the symlink referent, rather than the symlink itself.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007 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
#include <unistd.h>
#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+#include "lchown.h"
#include "save-cwd.h"
#include "openat-priv.h"