aboutsummaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /io
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
Replace FSF snail mail address with URLs.
Diffstat (limited to 'io')
-rw-r--r--io/Makefile5
-rw-r--r--io/access.c5
-rw-r--r--io/bits/fcntl2.h5
-rw-r--r--io/bits/poll2.h5
-rw-r--r--io/bug-ftw1.c5
-rw-r--r--io/bug-ftw2.c5
-rw-r--r--io/bug-ftw4.c5
-rw-r--r--io/chdir.c5
-rw-r--r--io/chmod.c5
-rw-r--r--io/chown.c5
-rw-r--r--io/close.c5
-rw-r--r--io/creat.c5
-rw-r--r--io/creat64.c5
-rw-r--r--io/dup.c5
-rw-r--r--io/dup2.c5
-rw-r--r--io/dup3.c5
-rw-r--r--io/euidaccess.c5
-rw-r--r--io/faccessat.c5
-rw-r--r--io/fchdir.c5
-rw-r--r--io/fchmod.c5
-rw-r--r--io/fchmodat.c5
-rw-r--r--io/fchown.c5
-rw-r--r--io/fchownat.c5
-rw-r--r--io/fcntl.c5
-rw-r--r--io/fcntl.h5
-rw-r--r--io/flock.c5
-rw-r--r--io/fstat.c5
-rw-r--r--io/fstat64.c5
-rw-r--r--io/fstatat.c5
-rw-r--r--io/fstatat64.c5
-rw-r--r--io/fstatfs.c5
-rw-r--r--io/fstatfs64.c5
-rw-r--r--io/fstatvfs.c5
-rw-r--r--io/fstatvfs64.c5
-rw-r--r--io/ftw.c5
-rw-r--r--io/ftw.h5
-rw-r--r--io/ftw64.c5
-rw-r--r--io/futimens.c5
-rw-r--r--io/fxstat.c5
-rw-r--r--io/fxstat64.c5
-rw-r--r--io/fxstatat.c5
-rw-r--r--io/fxstatat64.c5
-rw-r--r--io/getcwd.c5
-rw-r--r--io/getdirname.c5
-rw-r--r--io/getwd.c5
-rw-r--r--io/have_o_cloexec.c5
-rw-r--r--io/isatty.c5
-rw-r--r--io/lchmod.c5
-rw-r--r--io/lchown.c5
-rw-r--r--io/link.c5
-rw-r--r--io/linkat.c5
-rw-r--r--io/lockf.c5
-rw-r--r--io/lockf64.c5
-rw-r--r--io/lseek64.c5
-rw-r--r--io/lstat.c5
-rw-r--r--io/lstat64.c5
-rw-r--r--io/lxstat.c5
-rw-r--r--io/lxstat64.c5
-rw-r--r--io/mkdir.c5
-rw-r--r--io/mkdirat.c5
-rw-r--r--io/mkfifo.c5
-rw-r--r--io/mkfifoat.c5
-rw-r--r--io/mknod.c5
-rw-r--r--io/mknodat.c5
-rw-r--r--io/open.c5
-rw-r--r--io/open64.c5
-rw-r--r--io/openat.c5
-rw-r--r--io/openat64.c5
-rw-r--r--io/pipe.c5
-rw-r--r--io/pipe2.c5
-rw-r--r--io/poll.c5
-rw-r--r--io/posix_fadvise.c5
-rw-r--r--io/posix_fadvise64.c5
-rw-r--r--io/posix_fallocate.c5
-rw-r--r--io/posix_fallocate64.c5
-rw-r--r--io/ppoll.c5
-rw-r--r--io/pwd.c5
-rw-r--r--io/read.c5
-rw-r--r--io/readlink.c5
-rw-r--r--io/readlinkat.c5
-rw-r--r--io/rmdir.c5
-rw-r--r--io/sendfile.c5
-rw-r--r--io/sendfile64.c5
-rw-r--r--io/stat.c5
-rw-r--r--io/stat64.c5
-rw-r--r--io/statfs.c5
-rw-r--r--io/statfs64.c5
-rw-r--r--io/statvfs.c5
-rw-r--r--io/statvfs64.c5
-rw-r--r--io/symlink.c5
-rw-r--r--io/symlinkat.c5
-rw-r--r--io/sys/poll.h5
-rw-r--r--io/sys/sendfile.h5
-rw-r--r--io/sys/stat.h5
-rw-r--r--io/sys/statfs.h5
-rw-r--r--io/sys/statvfs.h5
-rw-r--r--io/test-lfs.c5
-rw-r--r--io/test-stat.c5
-rw-r--r--io/test-stat2.c5
-rw-r--r--io/test-utime.c5
-rw-r--r--io/tst-fcntl.c5
-rw-r--r--io/tst-getcwd.c5
-rw-r--r--io/ttyname.c5
-rw-r--r--io/ttyname_r.c5
-rw-r--r--io/umask.c5
-rw-r--r--io/unlink.c5
-rw-r--r--io/unlinkat.c5
-rw-r--r--io/utime.c5
-rw-r--r--io/utime.h5
-rw-r--r--io/utimensat.c5
-rw-r--r--io/write.c5
-rw-r--r--io/xmknod.c5
-rw-r--r--io/xmknodat.c5
-rw-r--r--io/xstat.c5
-rw-r--r--io/xstat64.c5
115 files changed, 230 insertions, 345 deletions
diff --git a/io/Makefile b/io/Makefile
index 23ce134..1a849ec 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
#
# Sub-makefile for I/O portion of the library.
diff --git a/io/access.c b/io/access.c
index c266e94..b8f7300 100644
--- a/io/access.c
+++ b/io/access.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/bits/fcntl2.h b/io/bits/fcntl2.h
index 715d96a..09b81e6 100644
--- a/io/bits/fcntl2.h
+++ b/io/bits/fcntl2.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _FCNTL_H
# error "Never include <bits/fcntl2.h> directly; use <fcntl.h> instead."
diff --git a/io/bits/poll2.h b/io/bits/poll2.h
index 182e97b..862de28 100644
--- a/io/bits/poll2.h
+++ b/io/bits/poll2.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_POLL_H
# error "Never include <bits/poll2.h> directly; use <sys/poll.h> instead."
diff --git a/io/bug-ftw1.c b/io/bug-ftw1.c
index 2f81a74..b3d9593 100644
--- a/io/bug-ftw1.c
+++ b/io/bug-ftw1.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <ftw.h>
#include <mcheck.h>
diff --git a/io/bug-ftw2.c b/io/bug-ftw2.c
index b9fbcce..7ca8564 100644
--- a/io/bug-ftw2.c
+++ b/io/bug-ftw2.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <ftw.h>
#include <mcheck.h>
diff --git a/io/bug-ftw4.c b/io/bug-ftw4.c
index 16aecf6..fa8066e 100644
--- a/io/bug-ftw4.c
+++ b/io/bug-ftw4.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <ftw.h>
diff --git a/io/chdir.c b/io/chdir.c
index afaeef8..9f52097 100644
--- a/io/chdir.c
+++ b/io/chdir.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/chmod.c b/io/chmod.c
index 38b0512..7d45cc8 100644
--- a/io/chmod.c
+++ b/io/chmod.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/chown.c b/io/chown.c
index 0e368f2..e91bd1b 100644
--- a/io/chown.c
+++ b/io/chown.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/close.c b/io/close.c
index 0856ba8..41c37d8 100644
--- a/io/close.c
+++ b/io/close.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/creat.c b/io/creat.c
index 4628824..10edff1 100644
--- a/io/creat.c
+++ b/io/creat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <sys/types.h>
diff --git a/io/creat64.c b/io/creat64.c
index 39f4580..450c535 100644
--- a/io/creat64.c
+++ b/io/creat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <sys/types.h>
diff --git a/io/dup.c b/io/dup.c
index 5d5e1b4..d28e318 100644
--- a/io/dup.c
+++ b/io/dup.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/dup2.c b/io/dup2.c
index 2b89789..aeeebd5 100644
--- a/io/dup2.c
+++ b/io/dup2.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/dup3.c b/io/dup3.c
index 17bc88a..90a3d60 100644
--- a/io/dup3.c
+++ b/io/dup3.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/euidaccess.c b/io/euidaccess.c
index 943f1f7..82ddd37 100644
--- a/io/euidaccess.c
+++ b/io/euidaccess.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/faccessat.c b/io/faccessat.c
index 8e41d37..3e30dde 100644
--- a/io/faccessat.c
+++ b/io/faccessat.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fchdir.c b/io/fchdir.c
index db1e4f8..de4ebef 100644
--- a/io/fchdir.c
+++ b/io/fchdir.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/fchmod.c b/io/fchmod.c
index ce79daa..89087b6 100644
--- a/io/fchmod.c
+++ b/io/fchmod.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/fchmodat.c b/io/fchmodat.c
index 6a40f5b..41b44de 100644
--- a/io/fchmodat.c
+++ b/io/fchmodat.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fchown.c b/io/fchown.c
index e0d42dd..5b15f90 100644
--- a/io/fchown.c
+++ b/io/fchown.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/fchownat.c b/io/fchownat.c
index f6921c9..c779f28 100644
--- a/io/fchownat.c
+++ b/io/fchownat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fcntl.c b/io/fcntl.c
index db6fbc3..550eb11 100644
--- a/io/fcntl.c
+++ b/io/fcntl.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fcntl.h b/io/fcntl.h
index edfbb54..a11f823 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 6.5 File Control Operations <fcntl.h>
diff --git a/io/flock.c b/io/flock.c
index db3bfcf..6da0b6b 100644
--- a/io/flock.c
+++ b/io/flock.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/file.h>
diff --git a/io/fstat.c b/io/fstat.c
index e2f9abd..52e475d 100644
--- a/io/fstat.c
+++ b/io/fstat.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/fstat64.c b/io/fstat64.c
index fe65544..f859aa6 100644
--- a/io/fstat64.c
+++ b/io/fstat64.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/fstatat.c b/io/fstatat.c
index abf083c..f2cd117 100644
--- a/io/fstatat.c
+++ b/io/fstatat.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/fstatat64.c b/io/fstatat64.c
index 6fdf709..840c9f2 100644
--- a/io/fstatat64.c
+++ b/io/fstatat64.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/fstatfs.c b/io/fstatfs.c
index 4a1a996..9579fcc 100644
--- a/io/fstatfs.c
+++ b/io/fstatfs.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statfs.h>
diff --git a/io/fstatfs64.c b/io/fstatfs64.c
index 249b97e..640be9f 100644
--- a/io/fstatfs64.c
+++ b/io/fstatfs64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statfs.h>
diff --git a/io/fstatvfs.c b/io/fstatvfs.c
index c5f75a7..4b64949 100644
--- a/io/fstatvfs.c
+++ b/io/fstatvfs.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statvfs.h>
diff --git a/io/fstatvfs64.c b/io/fstatvfs64.c
index 47d4e26..9eb62a3 100644
--- a/io/fstatvfs64.c
+++ b/io/fstatvfs64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statvfs.h>
diff --git a/io/ftw.c b/io/ftw.c
index bb7dba8..ee3ba88 100644
--- a/io/ftw.c
+++ b/io/ftw.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/io/ftw.h b/io/ftw.h
index e4c4884..be1aa17 100644
--- a/io/ftw.h
+++ b/io/ftw.h
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* X/Open Portability Guide 4.2: ftw.h
diff --git a/io/ftw64.c b/io/ftw64.c
index 39e6cea..8480540 100644
--- a/io/ftw64.c
+++ b/io/ftw64.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define FTW_NAME ftw64
#define NFTW_NAME nftw64
diff --git a/io/futimens.c b/io/futimens.c
index 1d0fafe..df3ddf3 100644
--- a/io/futimens.c
+++ b/io/futimens.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fxstat.c b/io/fxstat.c
index b750dac..216a14c 100644
--- a/io/fxstat.c
+++ b/io/fxstat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/fxstat64.c b/io/fxstat64.c
index 865ba49..dd0c569 100644
--- a/io/fxstat64.c
+++ b/io/fxstat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/fxstatat.c b/io/fxstatat.c
index 2486c73..a6e79d0 100644
--- a/io/fxstatat.c
+++ b/io/fxstatat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/fxstatat64.c b/io/fxstatat64.c
index 20bdd61..950e267 100644
--- a/io/fxstatat64.c
+++ b/io/fxstatat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/getcwd.c b/io/getcwd.c
index c472d1d..5984a35 100644
--- a/io/getcwd.c
+++ b/io/getcwd.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/getdirname.c b/io/getdirname.c
index eb9c5e9..fbcc613 100644
--- a/io/getdirname.c
+++ b/io/getdirname.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <include/sys/stat.h>
diff --git a/io/getwd.c b/io/getwd.c
index 567a0db..a77fd59 100644
--- a/io/getwd.c
+++ b/io/getwd.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <limits.h>
diff --git a/io/have_o_cloexec.c b/io/have_o_cloexec.c
index a83e8a4..997ac30 100644
--- a/io/have_o_cloexec.c
+++ b/io/have_o_cloexec.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <kernel-features.h>
diff --git a/io/isatty.c b/io/isatty.c
index 9b0410c..f8e793b 100644
--- a/io/isatty.c
+++ b/io/isatty.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/lchmod.c b/io/lchmod.c
index 524b24c..8d9b79f 100644
--- a/io/lchmod.c
+++ b/io/lchmod.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/stat.h>
diff --git a/io/lchown.c b/io/lchown.c
index 4e0330e..7ecf334 100644
--- a/io/lchown.c
+++ b/io/lchown.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/link.c b/io/link.c
index 70c9949..3b03965 100644
--- a/io/link.c
+++ b/io/link.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/linkat.c b/io/linkat.c
index 9afcf61..2fa8cde 100644
--- a/io/linkat.c
+++ b/io/linkat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/lockf.c b/io/lockf.c
index 7b23f66..42232d0 100644
--- a/io/lockf.c
+++ b/io/lockf.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <unistd.h>
diff --git a/io/lockf64.c b/io/lockf64.c
index e3b110c..80ca151 100644
--- a/io/lockf64.c
+++ b/io/lockf64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <unistd.h>
diff --git a/io/lseek64.c b/io/lseek64.c
index d0a8cff..acea3f3 100644
--- a/io/lseek64.c
+++ b/io/lseek64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/lstat.c b/io/lstat.c
index 620e478..009ca9e 100644
--- a/io/lstat.c
+++ b/io/lstat.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/lstat64.c b/io/lstat64.c
index 3e4ba2d..9f15e9e 100644
--- a/io/lstat64.c
+++ b/io/lstat64.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/lxstat.c b/io/lxstat.c
index 23d4442..3996172 100644
--- a/io/lxstat.c
+++ b/io/lxstat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/lxstat64.c b/io/lxstat64.c
index 596ecd2..38d78a8 100644
--- a/io/lxstat64.c
+++ b/io/lxstat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/mkdir.c b/io/mkdir.c
index 8037dfb..ac95d36 100644
--- a/io/mkdir.c
+++ b/io/mkdir.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/mkdirat.c b/io/mkdirat.c
index ccea3aa..04533fc 100644
--- a/io/mkdirat.c
+++ b/io/mkdirat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/mkfifo.c b/io/mkfifo.c
index 614ebe9..1b55921 100644
--- a/io/mkfifo.c
+++ b/io/mkfifo.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/mkfifoat.c b/io/mkfifoat.c
index 48c38c8..30cea31 100644
--- a/io/mkfifoat.c
+++ b/io/mkfifoat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/mknod.c b/io/mknod.c
index cc5fd26..8ebe4d1 100644
--- a/io/mknod.c
+++ b/io/mknod.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
diff --git a/io/mknodat.c b/io/mknodat.c
index b02ba69..66da99e 100644
--- a/io/mknodat.c
+++ b/io/mknodat.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
diff --git a/io/open.c b/io/open.c
index c104406..0916b1e 100644
--- a/io/open.c
+++ b/io/open.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/open64.c b/io/open64.c
index 7056718..b4ce18d 100644
--- a/io/open64.c
+++ b/io/open64.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/openat.c b/io/openat.c
index a6bd620..92a5769 100644
--- a/io/openat.c
+++ b/io/openat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/openat64.c b/io/openat64.c
index 1532afe..2071760 100644
--- a/io/openat64.c
+++ b/io/openat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/pipe.c b/io/pipe.c
index babaf9c..07a37ae 100644
--- a/io/pipe.c
+++ b/io/pipe.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/pipe2.c b/io/pipe2.c
index aa54d17..8a15e84 100644
--- a/io/pipe2.c
+++ b/io/pipe2.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/poll.c b/io/poll.c
index 9f2f191..15539ea 100644
--- a/io/poll.c
+++ b/io/poll.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/poll.h>
#include <errno.h>
diff --git a/io/posix_fadvise.c b/io/posix_fadvise.c
index 92f8bb8..3733601 100644
--- a/io/posix_fadvise.c
+++ b/io/posix_fadvise.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/posix_fadvise64.c b/io/posix_fadvise64.c
index e7eae5e..645ed6c 100644
--- a/io/posix_fadvise64.c
+++ b/io/posix_fadvise64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/posix_fallocate.c b/io/posix_fallocate.c
index 218b4ad..3f8a3cb 100644
--- a/io/posix_fallocate.c
+++ b/io/posix_fallocate.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/posix_fallocate64.c b/io/posix_fallocate64.c
index 80c1cd3..07b08ae 100644
--- a/io/posix_fallocate64.c
+++ b/io/posix_fallocate64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/ppoll.c b/io/ppoll.c
index b161a47..5f0a1c8 100644
--- a/io/ppoll.c
+++ b/io/ppoll.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <limits.h>
diff --git a/io/pwd.c b/io/pwd.c
index 544c278..ccfe549 100644
--- a/io/pwd.c
+++ b/io/pwd.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <mcheck.h>
#include <stdio.h>
diff --git a/io/read.c b/io/read.c
index 3943edd..681f16e 100644
--- a/io/read.c
+++ b/io/read.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/readlink.c b/io/readlink.c
index b69d086..de4040b 100644
--- a/io/readlink.c
+++ b/io/readlink.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/readlinkat.c b/io/readlinkat.c
index 7e6a222..d4e6ba2 100644
--- a/io/readlinkat.c
+++ b/io/readlinkat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/rmdir.c b/io/rmdir.c
index 5a16fd4..c244ecc 100644
--- a/io/rmdir.c
+++ b/io/rmdir.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/sendfile.c b/io/sendfile.c
index 98dc9a8..22222db 100644
--- a/io/sendfile.c
+++ b/io/sendfile.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/sendfile.h>
#include <errno.h>
diff --git a/io/sendfile64.c b/io/sendfile64.c
index 76b961e..05b13a3 100644
--- a/io/sendfile64.c
+++ b/io/sendfile64.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/sendfile.h>
#include <errno.h>
diff --git a/io/stat.c b/io/stat.c
index 6f1c28f..6241060 100644
--- a/io/stat.c
+++ b/io/stat.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/stat64.c b/io/stat64.c
index 14e036a..e3eb413 100644
--- a/io/stat64.c
+++ b/io/stat64.c
@@ -29,9 +29,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
diff --git a/io/statfs.c b/io/statfs.c
index af4a9ea..50cf3f3 100644
--- a/io/statfs.c
+++ b/io/statfs.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statfs.h>
diff --git a/io/statfs64.c b/io/statfs64.c
index cf1a7d8..1239495 100644
--- a/io/statfs64.c
+++ b/io/statfs64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statfs.h>
diff --git a/io/statvfs.c b/io/statvfs.c
index 22e24cf..b66d027 100644
--- a/io/statvfs.c
+++ b/io/statvfs.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statvfs.h>
diff --git a/io/statvfs64.c b/io/statvfs64.c
index 4424abd..1101acd 100644
--- a/io/statvfs64.c
+++ b/io/statvfs64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/statvfs.h>
diff --git a/io/symlink.c b/io/symlink.c
index e6c6709..6e135d9 100644
--- a/io/symlink.c
+++ b/io/symlink.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/symlinkat.c b/io/symlinkat.c
index 5c2f3f5..d5affb9 100644
--- a/io/symlinkat.c
+++ b/io/symlinkat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/sys/poll.h b/io/sys/poll.h
index c0a7e04..6089b61 100644
--- a/io/sys/poll.h
+++ b/io/sys/poll.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_POLL_H
#define _SYS_POLL_H 1
diff --git a/io/sys/sendfile.h b/io/sys/sendfile.h
index 4c1367b..dd6c034 100644
--- a/io/sys/sendfile.h
+++ b/io/sys/sendfile.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_SENDFILE_H
#define _SYS_SENDFILE_H 1
diff --git a/io/sys/stat.h b/io/sys/stat.h
index de348bf..77d7ccd 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 5.6 File Characteristics <sys/stat.h>
diff --git a/io/sys/statfs.h b/io/sys/statfs.h
index 0d00276..9e9f094 100644
--- a/io/sys/statfs.h
+++ b/io/sys/statfs.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_STATFS_H
#define _SYS_STATFS_H 1
diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h
index 1440fc0..06a7ac1 100644
--- a/io/sys/statvfs.h
+++ b/io/sys/statvfs.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_STATVFS_H
#define _SYS_STATVFS_H 1
diff --git a/io/test-lfs.c b/io/test-lfs.c
index c27af40..0a682c0 100644
--- a/io/test-lfs.c
+++ b/io/test-lfs.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <stdlib.h>
diff --git a/io/test-stat.c b/io/test-stat.c
index 5eaa038..6863817 100644
--- a/io/test-stat.c
+++ b/io/test-stat.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* We need to define:
#define _FILE_OFFSET_BITS 64
diff --git a/io/test-stat2.c b/io/test-stat2.c
index 7e937ac..3bc87d7 100644
--- a/io/test-stat2.c
+++ b/io/test-stat2.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdint.h>
diff --git a/io/test-utime.c b/io/test-utime.c
index 2f8aa57..a95cc45 100644
--- a/io/test-utime.c
+++ b/io/test-utime.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <stdio.h>
diff --git a/io/tst-fcntl.c b/io/tst-fcntl.c
index 93ea9b0..4669cde 100644
--- a/io/tst-fcntl.c
+++ b/io/tst-fcntl.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/tst-getcwd.c b/io/tst-getcwd.c
index 421eb18..89c903e 100644
--- a/io/tst-getcwd.c
+++ b/io/tst-getcwd.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdio.h>
diff --git a/io/ttyname.c b/io/ttyname.c
index 088ba91..5473b5e 100644
--- a/io/ttyname.c
+++ b/io/ttyname.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/ttyname_r.c b/io/ttyname_r.c
index 14c1209..5acbbd5 100644
--- a/io/ttyname_r.c
+++ b/io/ttyname_r.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/io/umask.c b/io/umask.c
index 588d57e..1e71aae 100644
--- a/io/umask.c
+++ b/io/umask.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
#include <errno.h>
diff --git a/io/unlink.c b/io/unlink.c
index 1ec6d87..04d69f8 100644
--- a/io/unlink.c
+++ b/io/unlink.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/unlinkat.c b/io/unlinkat.c
index f9a08b9..f059611 100644
--- a/io/unlinkat.c
+++ b/io/unlinkat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/utime.c b/io/utime.c
index 3a3bcc3..865628f 100644
--- a/io/utime.c
+++ b/io/utime.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/io/utime.h b/io/utime.h
index 06120a6..9039b18 100644
--- a/io/utime.h
+++ b/io/utime.h
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 5.6.6 Set File Access and Modification Times <utime.h>
diff --git a/io/utimensat.c b/io/utimensat.c
index 3b9e7ef..d103d45 100644
--- a/io/utimensat.c
+++ b/io/utimensat.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/stat.h>
diff --git a/io/write.c b/io/write.c
index 928d43c..a5f907a 100644
--- a/io/write.c
+++ b/io/write.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <errno.h>
diff --git a/io/xmknod.c b/io/xmknod.c
index c2daa46..44cd09a 100644
--- a/io/xmknod.c
+++ b/io/xmknod.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/types.h>
diff --git a/io/xmknodat.c b/io/xmknodat.c
index 48dc1b2..a743cce 100644
--- a/io/xmknodat.c
+++ b/io/xmknodat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/io/xstat.c b/io/xstat.c
index e7328cc..6871189 100644
--- a/io/xstat.c
+++ b/io/xstat.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/stat.h>
diff --git a/io/xstat64.c b/io/xstat64.c
index 2fb94cf..9d15344 100644
--- a/io/xstat64.c
+++ b/io/xstat64.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/stat.h>