diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 18:33:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 18:33:31 +0000 |
commit | f8de5057b9ded1d4ff41d8614530a83ba338c9e8 (patch) | |
tree | dd5ee0e8592c406c7de84c2f7438489e29154804 /sysdeps/unix/sysv/linux/fxstatat.c | |
parent | ea37207af11e1f398606fa97152d5b1038e585cb (diff) | |
download | glibc-f8de5057b9ded1d4ff41d8614530a83ba338c9e8.tar glibc-f8de5057b9ded1d4ff41d8614530a83ba338c9e8.tar.gz glibc-f8de5057b9ded1d4ff41d8614530a83ba338c9e8.tar.bz2 glibc-f8de5057b9ded1d4ff41d8614530a83ba338c9e8.zip |
* nscd/servicescache.c: Include kernel-features.h.
* nscd/gai.c: Likewise.
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
* sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
* sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
* sysdeps/unix/sysv/linux/if_index.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/fxstatat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/fxstatat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/fxstatat.c b/sysdeps/unix/sysv/linux/fxstatat.c index c1c416abd7..1b9add40d7 100644 --- a/sysdeps/unix/sysv/linux/fxstatat.c +++ b/sysdeps/unix/sysv/linux/fxstatat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2005, 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 @@ -30,6 +30,7 @@ #include <sysdep.h> #include <sys/syscall.h> #include <bp-checks.h> +#include <kernel-features.h> #include <xstatconv.h> |