]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/cache.c: Use <> rather than "" #includes.
authorRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2005 22:16:34 +0000 (22:16 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2005 22:16:34 +0000 (22:16 +0000)
* elf/chroot_canon.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/ldconfig.c: Likewise.
* elf/readlib.c: Likewise.
* elf/rtld.c: Likewise.
* gmon/mcount.c: Likewise.
* hurd/hurdfault.c: Likewise.
* hurd/hurdsig.c: Likewise.
* hurd/report-wait.c: Likewise.
* hurd/sigunwind.c: Likewise.
* mach/setup-thread.c: Likewise.
* rt/aio_read64.c: Likewise.
* rt/aio_sigqueue.c: Likewise.
* rt/aio_write64.c: Likewise.
* soft-fp/soft-fp.h: Likewise.
* stdio-common/tmpfile64.c: Likewise.
* sysdeps/mach/hurd/fork.c: Likewise.
* sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
* sysdeps/mach/hurd/i386/trampoline.c: Likewise.
* sysdeps/mach/hurd/mips/trampoline.c: Likewise.
* sysdeps/mach/hurd/powerpc/trampoline.c: Likewise.
* sysdeps/posix/sprofil.c: Likewise.
* sysdeps/pthread/aio_cancel.c: Likewise.
* sysdeps/pthread/aio_fsync.c: Likewise.
* sysdeps/pthread/aio_read64.c: Likewise.
* sysdeps/pthread/aio_read.c: Likewise.
* sysdeps/pthread/aio_suspend.c: Likewise.
* sysdeps/pthread/aio_write64.c: Likewise.
* sysdeps/pthread/aio_write.c: Likewise.
* sysdeps/pthread/lio_listio64.c: Likewise.
* sysdeps/pthread/lio_listio.c: Likewise.
* sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
* sysdeps/unix/sysv/tcflow.c: Likewise.

35 files changed:
ChangeLog
elf/cache.c
elf/chroot_canon.c
elf/dl-lookup.c
elf/ldconfig.c
elf/readlib.c
elf/rtld.c
gmon/mcount.c
hurd/hurdfault.c
hurd/hurdsig.c
hurd/report-wait.c
hurd/sigunwind.c
mach/setup-thread.c
rt/aio_read64.c
rt/aio_sigqueue.c
rt/aio_write64.c
soft-fp/soft-fp.h
stdio-common/tmpfile64.c
sysdeps/mach/hurd/fork.c
sysdeps/mach/hurd/hppa/trampoline.c
sysdeps/mach/hurd/i386/trampoline.c
sysdeps/mach/hurd/mips/trampoline.c
sysdeps/mach/hurd/powerpc/trampoline.c
sysdeps/posix/sprofil.c
sysdeps/pthread/aio_cancel.c
sysdeps/pthread/aio_fsync.c
sysdeps/pthread/aio_read.c
sysdeps/pthread/aio_read64.c
sysdeps/pthread/aio_suspend.c
sysdeps/pthread/aio_write.c
sysdeps/pthread/aio_write64.c
sysdeps/pthread/lio_listio.c
sysdeps/pthread/lio_listio64.c
sysdeps/unix/sysv/linux/aio_sigqueue.c
sysdeps/unix/sysv/tcflow.c

index 9bb15bac6dc67cf11bfc4d9bc75723492fa76ed1..139f84641f540ae9287347bee42df9cd7b9fb37b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,40 @@
 2005-12-21  Roland McGrath  <roland@redhat.com>
 
+       * elf/cache.c: Use <> rather than "" #includes.
+       * elf/chroot_canon.c: Likewise.
+       * elf/dl-lookup.c: Likewise.
+       * elf/ldconfig.c: Likewise.
+       * elf/readlib.c: Likewise.
+       * elf/rtld.c: Likewise.
+       * gmon/mcount.c: Likewise.
+       * hurd/hurdfault.c: Likewise.
+       * hurd/hurdsig.c: Likewise.
+       * hurd/report-wait.c: Likewise.
+       * hurd/sigunwind.c: Likewise.
+       * mach/setup-thread.c: Likewise.
+       * rt/aio_read64.c: Likewise.
+       * rt/aio_sigqueue.c: Likewise.
+       * rt/aio_write64.c: Likewise.
+       * soft-fp/soft-fp.h: Likewise.
+       * stdio-common/tmpfile64.c: Likewise.
+       * sysdeps/mach/hurd/fork.c: Likewise.
+       * sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
+       * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
+       * sysdeps/mach/hurd/mips/trampoline.c: Likewise.
+       * sysdeps/mach/hurd/powerpc/trampoline.c: Likewise.
+       * sysdeps/posix/sprofil.c: Likewise.
+       * sysdeps/pthread/aio_cancel.c: Likewise.
+       * sysdeps/pthread/aio_fsync.c: Likewise.
+       * sysdeps/pthread/aio_read64.c: Likewise.
+       * sysdeps/pthread/aio_read.c: Likewise.
+       * sysdeps/pthread/aio_suspend.c: Likewise.
+       * sysdeps/pthread/aio_write64.c: Likewise.
+       * sysdeps/pthread/aio_write.c: Likewise.
+       * sysdeps/pthread/lio_listio64.c: Likewise.
+       * sysdeps/pthread/lio_listio.c: Likewise.
+       * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
+       * sysdeps/unix/sysv/tcflow.c: Likewise.
+
        * sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast.
 
        * elf/dl-error.c (_dl_signal_error): Use .__jmpbuf in __longjmp call.
index 9ce3d161a7fac06ee9e52aa90b4325cb7e84b7b3..c13918ccb4c6fa63f6fe31fd0e162d112efbfb57 100644 (file)
@@ -30,8 +30,8 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#include "ldconfig.h"
-#include "dl-cache.h"
+#include <ldconfig.h>
+#include <dl-cache.h>
 
 struct cache_entry
 {
index 41d6e82625878c5d29bd27b4f61bf5137445fb4d..3ef2fdf08fdc57fce827fa62775f70891230e350 100644 (file)
@@ -1,6 +1,6 @@
 /* Return the canonical absolute name of a given file inside chroot.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1998,1999,2000,2001,2004,2005
+       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
 #include <stddef.h>
 #include <stdint.h>
 
-#include "ldconfig.h"
+#include <ldconfig.h>
 
 #ifndef PATH_MAX
 #define PATH_MAX 1024
index 130453ca24f82a3b30ce9f16bbcbd93a9cc34a9c..5a7bed16e5c133b2ed51188a410b0b5e57aa25e0 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <ldsodefs.h>
-#include "dl-hash.h"
+#include <dl-hash.h>
 #include <dl-machine.h>
 #include <bits/libc-lock.h>
 #include <tls.h>
index 169be9e873147849e032b08c5fbdab5ebcaf15ff..c04ee1fe79d6a2fa9bef9fd804dd9d29f2eabde5 100644 (file)
 #include <glob.h>
 #include <libgen.h>
 
-#include "ldconfig.h"
-#include "dl-cache.h"
+#include <ldconfig.h>
+#include <dl-cache.h>
 
-#include "dl-procinfo.h"
+#include <dl-procinfo.h>
 
 #ifdef _DL_FIRST_PLATFORM
 # define _DL_FIRST_EXTRA (_DL_FIRST_PLATFORM + _DL_PLATFORMS_COUNT)
index 8df63a44a35d31049cc22f254544f776e88abb67..8896bbdaca70720c44a15e64e904e8c871f1c33a 100644 (file)
@@ -34,7 +34,7 @@
 #include <sys/stat.h>
 #include <gnu/lib-names.h>
 
-#include "ldconfig.h"
+#include <ldconfig.h>
 
 #define Elf32_CLASS ELFCLASS32
 #define Elf64_CLASS ELFCLASS64
index aee3ea9a2a6c306bb60e8073f6afe07675be2dd8..71bcf0ab7149218cc5331f63267b05da22b64c49 100644 (file)
@@ -34,7 +34,7 @@
 #include <hp-timing.h>
 #include <bits/libc-lock.h>
 #include "dynamic-link.h"
-#include "dl-librecon.h"
+#include <dl-librecon.h>
 #include <unsecvars.h>
 #include <dl-cache.h>
 #include <dl-osinfo.h>
index e18bf86e830acd10f37127555f290121bd4b06eb..32a5f1ea0fcbafafeb0a831a6ad583a3428c2e13 100644 (file)
@@ -37,7 +37,7 @@ static char sccsid[] = "@(#)mcount.c  8.1 (Berkeley) 6/4/93";
 
 /* This file provides the machine-dependent definitions of the _MCOUNT_DECL
    and MCOUNT macros.  */
-#include "machine-gmon.h"
+#include <machine-gmon.h>
 
 #include <atomic.h>
 
index 6ab5a9787691bdcb737883b533e651325a15d749..36653e148897cfa585de80cc8db334f40a978296 100644 (file)
@@ -1,5 +1,6 @@
 /* Handle faults in the signal thread.
-   Copyright (C) 1994,95,96,97,2002 Free Software Foundation, Inc.
+   Copyright (C) 1994,1995,1996,1997,2002,2005
+       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
@@ -24,7 +25,7 @@
 #include <string.h>
 #include <setjmp.h>
 #include <stdio.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include "faultexc_server.h"   /* mig-generated header for our exc server.  */
 #include <assert.h>
 
index bbd0c17182ee476f850152edb4475599ebf819f0..e12d19da120203b22d35374e4b01302f807d2009 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,01,2002
+/* Copyright (C) 1991,92,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2005
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -132,7 +132,7 @@ _hurd_thread_sigstate (thread_t thread)
 #include <setjmp.h>
 #include <fcntl.h>
 #include <sys/wait.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <hurd/msg_server.h>
 #include <hurd/msg_reply.h>    /* For __msg_sig_post_reply.  */
 #include <hurd/interrupt.h>
@@ -256,7 +256,7 @@ interrupted_reply_port_location (struct machine_thread_all_state *thread_state,
 }
 \f
 #include <hurd/sigpreempt.h>
-#include "intr-msg.h"
+#include <intr-msg.h>
 
 /* Timeout on interrupt_operation calls.  */
 mach_msg_timeout_t _hurdsig_interrupt_timeout = 1000;
index 2ec1c19202a5df5f10e972d4e2d9b5083c01bb59..da0ca3bdb27265bc5cdb39861a996d539f2c722e 100644 (file)
@@ -1,5 +1,5 @@
 /* Report on what a thread in our task is waiting for.
-   Copyright (C) 1996,97,99,2002 Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1999,2002,2005 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,8 +23,8 @@
 #include <string.h>
 #include <assert.h>
 #include <hurd/msg_server.h>
-#include "thread_state.h"
-#include "intr-msg.h"
+#include <thread_state.h>
+#include <intr-msg.h>
 
 static char *
 describe_number (string_t description, const char *flavor, long int i)
index 1c6489b3b320b6249da9a4e9c9afaf2964583981..2231518bd05dada6b8492e5eeac5ff177ef6b982 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <hurd.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <setjmp.h>
 #include <assert.h>
 
index 937e9ca5935aaa93f7a6ad1c10dc5b3bf48eca80..d23b2ad6380ad8901d6685a02702bc26147c60ef 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,94,95,97,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1994,1995,1997,2002,2005 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
    02111-1307 USA.  */
 
 #include <mach.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <string.h>
 #include <mach/machine/vm_param.h>
-#include "sysdep.h"            /* Defines stack direction.  */
+#include <sysdep.h"            /* Defines stack direction.  *>
 
 #define        STACK_SIZE      (16 * 1024 * 1024) /* 16MB, arbitrary.  */
 
index c1292352afb5ce1c8aa11eae462554f94340a8b4..e9994aefcb77920bb5f0c53feb8bda20eedd63cd 100644 (file)
@@ -1,2 +1,2 @@
 #define BE_AIO64
-#include "aio_read.c"
+#include <aio_read.c>
index e824c6b3de1dc76ad4ef0fece4216afd18f5f30e..0e3ba1f90b16c3bfbd727da0f484b5eadcf63474 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2005 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
@@ -20,7 +20,7 @@
 #include <errno.h>
 #include <signal.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 int
 __aio_sigqueue (sig, val, caller_pid)
index bb1693eeee4b57d714209b4988cf7411cb292e87..88d5c001ce39c4fe5854d40c5c96fe8887c81f1e 100644 (file)
@@ -1,2 +1,2 @@
 #define BE_AIO64
-#include "aio_write.c"
+#include <aio_write.c>
index 2dc66c1ba31f2f21b8658bcf0f39786177729019..24a9b33c08703308e3f9015dd867ee8b5958d11a 100644 (file)
@@ -1,5 +1,6 @@
 /* Software floating-point emulation.
-   Copyright (C) 1997,1998,1999,2000,2002,2003 Free Software Foundation, Inc.
+   Copyright (C) 1997,1998,1999,2000,2002,2003,2005
+       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson (rth@cygnus.com),
                  Jakub Jelinek (jj@ultra.linux.cz),
@@ -24,7 +25,7 @@
 #ifndef SOFT_FP_H
 #define SOFT_FP_H
 
-#include "sfp-machine.h"
+#include <sfp-machine.h>
 
 /* Allow sfp-machine to have its own byte order definitions. */
 #ifndef __BYTE_ORDER
index adce6345560939de7965cffbab143904de63d1af..b265aeee56f6365e97c16df9d26fe0caf03a61bb 100644 (file)
@@ -1,3 +1,3 @@
 #define GEN_THIS       __GT_BIGFILE
 #define tmpfile                tmpfile64
-#include "tmpfile.c"
+#include <tmpfile.c>
index 872859691521b026cff00d07de150f38198014fb..fa7da6020408290b504f3da203521dba2c180340 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994,95,96,97,99,2001,02, 04 Free Software Foundation, Inc.
+/* Copyright (C) 1994,1995,1996,1997,1999,2001,2002,2004,2005
+       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
@@ -21,7 +22,7 @@
 #include <hurd.h>
 #include <hurd/signal.h>
 #include <setjmp.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <sysdep.h>            /* For stack growth direction.  */
 #include "set-hooks.h"
 #include <assert.h>
index bbb5b960acba28a6ec231fe87c854d532257f486..fc811c5e7bb9442bc0401f7e2a210be652d1358f 100644 (file)
@@ -1,5 +1,5 @@
 /* Set thread_state for sighandler, and sigcontext to recover.  HPPA version.
-   Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1997, 1998, 2005 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
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <hurd/signal.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <assert.h>
 #include <errno.h>
 #include "hurdfault.h"
index 781a0441dc481fe563d05a29523911883ecfc13d..dddc6f3ef61a5dfda9a601b7cd56f1ce709f5416 100644 (file)
@@ -1,5 +1,6 @@
 /* Set thread_state for sighandler, and sigcontext to recover.  i386 version.
-   Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+   Copyright (C) 1994,1995,1996,1997,1998,1999,2005
+       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
 
 #include <hurd/signal.h>
 #include <hurd/userlink.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <assert.h>
 #include <errno.h>
 #include "hurdfault.h"
-#include "intr-msg.h"
+#include <intr-msg.h>
 
 
 struct sigcontext *
index dd42dfc1c6e95493f31e1ba4ca19a308e886ffc2..34e363b1aa824ad852411b42cd41432bb59e8177 100644 (file)
@@ -1,5 +1,5 @@
 /* Set thread_state for sighandler, and sigcontext to recover.  MIPS version.
-   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 2005 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
 
 #include <hurd/signal.h>
 #include <hurd/userlink.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <assert.h>
 #include <errno.h>
 #include "hurdfault.h"
-#include "intr-msg.h"
+#include <intr-msg.h>
 
 
 struct sigcontext *
@@ -35,7 +35,7 @@ _hurd_setup_sighandler (struct hurd_sigstate *ss, __sighandler_t handler,
   __label__ trampoline, rpc_wait_trampoline, firewall;
   void *volatile sigsp;
   struct sigcontext *scp;
-  struct 
+  struct
     {
       int signo;
       long int sigcode;
@@ -163,7 +163,7 @@ _hurd_setup_sighandler (struct hurd_sigstate *ss, __sighandler_t handler,
         still waiting for a reply.  We will have it run the special
         trampoline code which retries the message receive before running
         the signal handler.
-        
+
         To do this we change the OPTION argument in its registers to
         enable only message reception, since the request message has
         already been sent.  */
index 4e5d67525886dc6c6bb1c32f04d75700a5bdbf40..4e1ea4b9d99ec8b084e21ff3fb4e76f65fb654cb 100644 (file)
@@ -1,5 +1,6 @@
 /* Set thread_state for sighandler, and sigcontext to recover.  For PowerPC.
-   Copyright (C) 1994,95,96,97,98,99,2001 Free Software Foundation, Inc.
+   Copyright (C) 1994,1995,1996,1997,1998,1999,2001,2005
+       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
 
 #include <hurd/signal.h>
 #include <hurd/userlink.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include <assert.h>
 #include <errno.h>
 #include "hurdfault.h"
-#include "intr-msg.h"
+#include <intr-msg.h>
 
 struct sigcontext *
 _hurd_setup_sighandler (struct hurd_sigstate *ss, __sighandler_t handler,
index 04ca1688ec35c1eaa075d2ce8e660291e8452571..853038d078c88edbc0f7ec7f01d998674894f5b5 100644 (file)
@@ -181,14 +181,14 @@ profil_count_uint (void *pcp)
    interrupted code.  */
 #define profil_counter         profil_counter_ushort
 #define profil_count(pc)       profil_count (pc, 0)
-#include "profil-counter.h"
+#include <profil-counter.h>
 
 #undef profil_counter
 #undef profil_count
 
 #define profil_counter         profil_counter_uint
 #define profil_count(pc)       profil_count (pc, 1)
-#include "profil-counter.h"
+#include <profil-counter.h>
 
 static int
 insert (int i, unsigned long int start, unsigned long int end, struct prof *p,
index a37b2c7896be0a13c3e2b7e9a4a11b5f0bb4b560..aa1ee443a5d8fca17cbab6a10518b08f36c6f630 100644 (file)
@@ -1,5 +1,5 @@
 /* Cancel requests associated with given file descriptor.
-   Copyright (C) 1997, 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2000, 2002, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -34,7 +34,7 @@
 #include <assert.h>
 #include <errno.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index 4c90d6958448a43553b180e504c8fd5523a11e64..47cc29991f484288e14dd85daf7974687caa66b3 100644 (file)
@@ -1,5 +1,5 @@
 /* Synchronize I/O in given file descriptor.
-   Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2002, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -30,7 +30,7 @@
 #undef aio_fsync64
 #include <errno.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index 62646fb12de729a44571d43abe1c76f4b1e4b301..973c6cdd48adfd7d11efef7c313165384985d5ed 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous read.
-   Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -20,7 +20,7 @@
 
 #include <aio.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index f91b08b6db742e0ceaf030d8ad3351a950cf8a63..a3a427d804a6d1d2a0e8070620c45a60aa4bf02f 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous read, 64bit offset version.
-   Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -20,7 +20,7 @@
 
 #include <aio.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index 207dad964e2426e5d575ed2fda3fe55fc418cb5d..8f8e33a7dc29345264a498291f1a20e58a1ee44a 100644 (file)
@@ -1,5 +1,6 @@
 /* Suspend until termination of a requests.
-   Copyright (C) 1997,1998,1999,2000,2002,2003 Free Software Foundation, Inc.
+   Copyright (C) 1997,1998,1999,2000,2002,2003,2005
+       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -36,7 +37,7 @@
 #include <sys/time.h>
 
 #include <bits/libc-lock.h>
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 struct clparam
index f5e89e9246ab9d735994824055a6a8ac525ee288..d61c5fbf9dffd3be860ae92a658474c043cb24b0 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous write.
-   Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -20,7 +20,7 @@
 
 #include <aio.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index b9c84b760b7239c025c469d2959cf5093e2eb4fb..4e23a3af95e2ac2411f38f342ce10ea120c8f2db 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous write, 64bit offset version.
-   Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -20,7 +20,7 @@
 
 #include <aio.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 
 int
index 5b98837b0d706367b1b8f317e65333583cedae08..29dc9d6eab9d0a7cedf793718764412f8504f5f0 100644 (file)
@@ -1,5 +1,6 @@
 /* Enqueue and list of read or write requests.
-   Copyright (C) 1997,1998,1999,2000,2001,2003 Free Software Foundation, Inc.
+   Copyright (C) 1997,1998,1999,2000,2001,2003,2005
+       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -25,7 +26,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 #define LIO_OPCODE_BASE 0
 #endif
index fee1e591ef35e08e0d278be6fe5f4c3e4100b8c1..4bec3f619544337cbdf3af027cb92f9f10a90d79 100644 (file)
@@ -1,5 +1,5 @@
 /* Enqueue and list of read or write requests, 64bit offset version.
-   Copyright (C) 1997, 1998, 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2003, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 #define lio_listio lio_listio64
 #define aiocb aiocb64
index a6dbfb4eb11aa06def994345ef6e3d9ec97a0484..30e9fbf7e5e421da3a70aeb3057c33c71a24ca60 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1997,1998,1999,2000,2003,2005
+       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
@@ -25,7 +26,7 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include "aio_misc.h"
+#include <aio_misc.h>
 
 #ifdef __NR_rt_sigqueueinfo
 
index 1a91bd47db579bf27f3b07ca96ff302ff53439c6..dc67d0664ffffae70f972bd7c96b9a5e617b7d82 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1996, 1997, 2005 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
@@ -22,7 +22,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 
-#include "sysv_termio.h"
+#include <sysv_termio.h>
 
 /* Suspend or restart transmission on FD.  */
 int