From dab645369b6db20f3c0a99ac78725eea25643873 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 15 Jan 2001 15:52:12 +0000 Subject: Update. * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo. --- sysdeps/unix/sysv/linux/sys/sendfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/sys') diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h index 3685ea36a3..a72ba4374c 100644 --- a/sysdeps/unix/sysv/linux/sys/sendfile.h +++ b/sysdeps/unix/sysv/linux/sys/sendfile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2001 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 @@ -23,7 +23,7 @@ #include #ifdef __USE_FILE_OFFSET64 -# error " cannot be used with _FILE_OFFSET_BITS=64" +# error " cannot be used with _FILE_OFFSET_BITS=64" #endif __BEGIN_DECLS -- cgit 1.4.1