From 282156a126ab8425868d44e0d1b3ba7915335ba4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 3 Nov 2015 21:16:02 +0000 Subject: [PATCH] [WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 svn path=/trunk/; revision=69801 --- reactos/dll/win32/ws2_32/include/catalog.h | 2 +- reactos/dll/win32/ws2_32/include/debug.h | 2 +- reactos/dll/win32/ws2_32/include/handle.h | 2 +- reactos/dll/win32/ws2_32/include/upcall.h | 2 +- reactos/dll/win32/ws2_32/include/ws2_32.h | 2 +- reactos/dll/win32/ws2_32/misc/bsd.c | 2 +- reactos/dll/win32/ws2_32/misc/catalog.c | 2 +- reactos/dll/win32/ws2_32/misc/dllmain.c | 2 +- reactos/dll/win32/ws2_32/misc/event.c | 2 +- reactos/dll/win32/ws2_32/misc/handle.c | 2 +- reactos/dll/win32/ws2_32/misc/ns.c | 2 +- reactos/dll/win32/ws2_32/misc/sndrcv.c | 2 +- reactos/dll/win32/ws2_32/misc/stubs.c | 2 +- reactos/dll/win32/ws2_32/misc/upcall.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/reactos/dll/win32/ws2_32/include/catalog.h b/reactos/dll/win32/ws2_32/include/catalog.h index 19ed0d25e3e..1b8f76576ae 100644 --- a/reactos/dll/win32/ws2_32/include/catalog.h +++ b/reactos/dll/win32/ws2_32/include/catalog.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/catalog.h + * FILE: dll/win32/ws2_32/include/catalog.h * PURPOSE: Service Provider Catalog definitions */ diff --git a/reactos/dll/win32/ws2_32/include/debug.h b/reactos/dll/win32/ws2_32/include/debug.h index 22cfd39c7ae..18b53731fd8 100644 --- a/reactos/dll/win32/ws2_32/include/debug.h +++ b/reactos/dll/win32/ws2_32/include/debug.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/debug.h + * FILE: dll/win32/ws2_32/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions diff --git a/reactos/dll/win32/ws2_32/include/handle.h b/reactos/dll/win32/ws2_32/include/handle.h index 52ed0d160cb..f4cf8a8d642 100644 --- a/reactos/dll/win32/ws2_32/include/handle.h +++ b/reactos/dll/win32/ws2_32/include/handle.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/handle.h + * FILE: dll/win32/ws2_32/include/handle.h * PURPOSE: Provider handle definitions */ diff --git a/reactos/dll/win32/ws2_32/include/upcall.h b/reactos/dll/win32/ws2_32/include/upcall.h index ede3051ec79..116b45956b7 100644 --- a/reactos/dll/win32/ws2_32/include/upcall.h +++ b/reactos/dll/win32/ws2_32/include/upcall.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/upcall.h + * FILE: dll/win32/ws2_32/include/upcall.h * PURPOSE: Upcall function defintions */ diff --git a/reactos/dll/win32/ws2_32/include/ws2_32.h b/reactos/dll/win32/ws2_32/include/ws2_32.h index 149a0e852f9..8ecf3583743 100644 --- a/reactos/dll/win32/ws2_32/include/ws2_32.h +++ b/reactos/dll/win32/ws2_32/include/ws2_32.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2_32/include/ws2_32.h * PURPOSE: WinSock 2 DLL header */ diff --git a/reactos/dll/win32/ws2_32/misc/bsd.c b/reactos/dll/win32/ws2_32/misc/bsd.c index 80cbef22911..bb14c811717 100644 --- a/reactos/dll/win32/ws2_32/misc/bsd.c +++ b/reactos/dll/win32/ws2_32/misc/bsd.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/bsd.c + * FILE: dll/win32/ws2_32/misc/bsd.c * PURPOSE: Legacy BSD sockets APIs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/catalog.c b/reactos/dll/win32/ws2_32/misc/catalog.c index d39c7faf612..1a565bb6b14 100644 --- a/reactos/dll/win32/ws2_32/misc/catalog.c +++ b/reactos/dll/win32/ws2_32/misc/catalog.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/catalog.c + * FILE: dll/win32/ws2_32/misc/catalog.c * PURPOSE: Service Provider Catalog * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/dllmain.c b/reactos/dll/win32/ws2_32/misc/dllmain.c index 441ed6e1f35..e06817e8775 100644 --- a/reactos/dll/win32/ws2_32/misc/dllmain.c +++ b/reactos/dll/win32/ws2_32/misc/dllmain.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/dllmain.c + * FILE: dll/win32/ws2_32/misc/dllmain.c * PURPOSE: DLL entry point * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/event.c b/reactos/dll/win32/ws2_32/misc/event.c index 58d4e647243..ff23a80a4b5 100644 --- a/reactos/dll/win32/ws2_32/misc/event.c +++ b/reactos/dll/win32/ws2_32/misc/event.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/event.c + * FILE: dll/win32/ws2_32/misc/event.c * PURPOSE: Event handling * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/handle.c b/reactos/dll/win32/ws2_32/misc/handle.c index 2e5e49b0624..01e39ec3ebd 100644 --- a/reactos/dll/win32/ws2_32/misc/handle.c +++ b/reactos/dll/win32/ws2_32/misc/handle.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/handle.c + * FILE: dll/win32/ws2_32/misc/handle.c * PURPOSE: Provider handle management * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/ns.c b/reactos/dll/win32/ws2_32/misc/ns.c index dfee38de871..d729dfceb34 100644 --- a/reactos/dll/win32/ws2_32/misc/ns.c +++ b/reactos/dll/win32/ws2_32/misc/ns.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/ns.c + * FILE: dll/win32/ws2_32/misc/ns.c * PURPOSE: Namespace APIs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/sndrcv.c b/reactos/dll/win32/ws2_32/misc/sndrcv.c index 0ee077d056a..cb607889b36 100644 --- a/reactos/dll/win32/ws2_32/misc/sndrcv.c +++ b/reactos/dll/win32/ws2_32/misc/sndrcv.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/sndrcv.c + * FILE: dll/win32/ws2_32/misc/sndrcv.c * PURPOSE: Send/receive functions * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/stubs.c b/reactos/dll/win32/ws2_32/misc/stubs.c index 256facf5a98..28f044c5330 100644 --- a/reactos/dll/win32/ws2_32/misc/stubs.c +++ b/reactos/dll/win32/ws2_32/misc/stubs.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/stubs.c + * FILE: dll/win32/ws2_32/misc/stubs.c * PURPOSE: Stubs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: diff --git a/reactos/dll/win32/ws2_32/misc/upcall.c b/reactos/dll/win32/ws2_32/misc/upcall.c index 2bf92315926..6ddd0acf633 100644 --- a/reactos/dll/win32/ws2_32/misc/upcall.c +++ b/reactos/dll/win32/ws2_32/misc/upcall.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: misc/upcall.c + * FILE: dll/win32/ws2_32/misc/upcall.c * PURPOSE: Upcall functions * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: -- 2.17.1