mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
This commit is contained in:
parent
1c29a40c45
commit
456be5d16b
385 changed files with 5481 additions and 5481 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "color.h"
|
||||
#include "x.h"
|
||||
|
||||
/* "$Id: color.c,v 1.1 2001/12/30 09:55:26 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* To avoid excessive calls to ncurses' has_colors () */
|
||||
int hascolors = 0;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "dlg.h" /* draw_box, yes I know, it's silly */
|
||||
#include "background.h" /* we_are_background definition */
|
||||
|
||||
/* "$Id: dialog.c,v 1.1 2001/12/30 09:55:26 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
Refresh *refresh_list = 0;
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "tree.h"
|
||||
#include "../vfs/vfs.h"
|
||||
|
||||
/* "$Id: dir.c,v 1.1 2001/12/30 09:55:26 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* If true show files starting with a dot */
|
||||
int show_dot_files = 1;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
/* "$Id: dlg.c,v 1.1 2001/12/30 09:55:26 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include <sys/wait.h>
|
||||
#endif /* SCO_FLAVOR */
|
||||
|
||||
/* "$Id: ext.c,v 1.1 2001/12/30 09:55:26 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* If set, we execute the file command to check the file type */
|
||||
int use_file_to_check_type = 1;
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
#define HISTORY_SIZE 20
|
||||
#define HELP_WINDOW_WIDTH 62
|
||||
|
||||
/* "$Id: help.c,v 1.1 2001/12/30 09:55:25 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
static char *data; /* Pointer to the loaded data file */
|
||||
static int help_lines = 18; /* Lines in help viewer */
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
#include "x.h"
|
||||
|
||||
/* "$Id: key.c,v 1.1 2001/12/30 09:55:25 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* This macros were stolen from gpm 0.15 */
|
||||
#define GET_TIME(tv) (gettimeofday(&tv, (struct timezone *)NULL))
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
#include "x.h"
|
||||
|
||||
/* "$Id: layout.c,v 1.1 2001/12/30 09:55:24 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* Controls the display of the rotating dash on the verbose mode */
|
||||
int nice_rotating_dash = 1;
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
#include "popt.h"
|
||||
|
||||
/* "$Id: main.c,v 1.1 2001/12/30 09:55:24 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* When the modes are active, left_panel, right_panel and tree_panel */
|
||||
/* Point to a proper data structure. You should check with the functions */
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "win.h"
|
||||
#include "key.h" /* For mi_getch() */
|
||||
|
||||
/* "$Id: menu.c,v 1.1 2001/12/30 09:55:23 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
extern int is_right;
|
||||
int menubar_visible = 1; /* This is the new default */
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/* Events received by clients of this library have their coordinates 0 */
|
||||
/* based */
|
||||
|
||||
/* "$Id: mouse.c,v 1.1 2001/12/30 09:55:23 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
#include <config.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
/* "$Id: profile.c,v 1.1 2001/12/30 09:55:22 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -66,7 +66,7 @@ extern int ftpfs_use_passive_connections;
|
|||
extern int ftpfs_use_unix_list_options;
|
||||
#endif
|
||||
|
||||
/* "$Id: setup.c,v 1.1 2001/12/30 09:55:21 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
#ifdef USE_VFS
|
||||
extern int vfs_timeout;
|
||||
|
|
|
@ -78,7 +78,7 @@ int xtree_mode = 0;
|
|||
static int tree_callback (Dlg_head *h, WTree *tree, int msg, int par);
|
||||
#define tcallback (callback_fn) tree_callback
|
||||
|
||||
/* "$Id: tree.c,v 1.1 2001/12/30 09:55:21 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
/* Returns number of common characters */
|
||||
static inline int str_common (char *s1, char *s2)
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#include "view.h" /* for default_* externs */
|
||||
|
||||
/* "$Id: user.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
#define MAX_ENTRIES 40
|
||||
#define MAX_ENTRY_LEN 60
|
||||
|
|
|
@ -88,7 +88,7 @@ int message (int error, char *header, char *text, ...);
|
|||
#include "user.h" /* expand_format */
|
||||
#include "../vfs/vfs.h"
|
||||
|
||||
/* "$Id: util.c,v 1.2 2003/06/27 21:10:35 gvg Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
char app_text [] = "Midnight-Commander";
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ int altered_magic_flag = 0;
|
|||
int altered_nroff_flag = 0;
|
||||
/* }}} */
|
||||
|
||||
/* "$Id: view.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
static char hex_char[] = "0123456789ABCDEF";
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
/* "$Id: widget.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "layout.h"
|
||||
#include "global.h"
|
||||
|
||||
/* "$Id: win.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
|
||||
/* "$Id$" */
|
||||
|
||||
typedef void (*fnptr)(void);
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* }}} */
|
||||
|
||||
/* [] = "$Id: wtools.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
|
||||
/* [] = "$Id$" */
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Based on: "$Id: getline.c,v 1.1 2001/12/30 06:30:21 sedwards Exp $"; */
|
||||
/* Based on: "$Id$"; */
|
||||
static const char copyright[] = "getline: Copyright (C) 1991, 1992, 1993, Chris Thewalt";
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: notevil.c,v 1.5 2001/02/18 19:31:38 phreak Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* notevil.c
|
||||
*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//======================================================================
|
||||
//
|
||||
// $Id: chkdsk.c,v 1.3 2000/04/25 23:22:57 ea Exp $
|
||||
// $Id$
|
||||
//
|
||||
// Chkdskx
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef _INC_CONFIG_H
|
||||
#define _INC_CONFIG_H
|
||||
/* $Id: config.h,v 1.1 1999/05/16 07:27:35 ea Exp $ */
|
||||
/* $Id$ */
|
||||
#define FMIFS_IMPORT_DLL
|
||||
#define REACTOS_NO_SECURITY_SS
|
||||
#endif /* ndef _INC_CONFIG_H */
|
||||
|
|
|
@ -61,7 +61,7 @@ DWORD columnRightPositions[5];
|
|||
TCHAR lpSeparator[80];
|
||||
TCHAR lpHeader[80];
|
||||
TCHAR lpMemUnit[3];
|
||||
TCHAR lpIdleProcess[80];;
|
||||
TCHAR lpIdleProcess[80];
|
||||
TCHAR lpTitle[80];
|
||||
TCHAR lpHeader[80];
|
||||
TCHAR lpMenu[80];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef _FMIFS_H
|
||||
#define _FMIFS_H
|
||||
/* $Id: fmifs.h,v 1.1 1999/05/16 07:27:35 ea Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* fmifs.h
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: qsi.c,v 1.7 2001/07/12 11:58:57 ekohl Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* PROJECT : ReactOS Operating System (see http://www.reactos.com/)
|
||||
* DESCRIPTION: Tool to query system information
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ArgumentParser.h,v 1.2 2001/01/13 23:53:46 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ArgumentParser.h: interface for the CArgumentParser class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: Completion.h,v 1.2 2001/01/13 23:54:07 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// Completion.h - declaration for completion related functions
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: Console.h,v 1.4 2001/01/13 23:54:07 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// Console.h: interface for the CConsole class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: CrtSupplement.c,v 1.2 2002/09/03 18:44:18 chorns Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* Written by EA because ReactOS hasn't yet _ui64toa()
|
||||
* (it's in msvcrt.dll, and not in crtdll.dll).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: Pattern.h,v 1.1 2001/01/10 01:25:29 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// Pattern.h: decalration for pattern functions
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: RegistryKey.h,v 1.4 2001/01/13 23:54:41 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// RegistryKey.h: interface for the CRegistryKey class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: RegistryTree.h,v 1.2 2001/01/10 01:25:29 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// RegistryTree.h: interface for the CRegistryTree class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: SecurityDescriptor.h,v 1.3 2001/01/13 23:54:41 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// SecurityDescriptor.h: interface for the CSecurityDescriptor class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: Settings.h,v 1.2 2001/04/24 22:53:00 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
#define OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommand.h,v 1.2 2001/01/13 23:55:36 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommand.h: interface for the CShellCommand class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandChangeKey.h,v 1.2 2001/01/13 23:55:36 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandChangeKey.h: interface for the CShellCommandChangeKey class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandConnect.h,v 1.2 2001/01/13 23:55:36 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandConnect.h: interface for the CShellCommandConnect class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandDACL.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandDACL.h: interface for the CShellCommandDACL class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandDOKA.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandDOKA.h: interface for the CShellCommandDOKA class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteKey.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandDeleteKey.h: interface for the CShellCommandDeleteKey class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteValue.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandDeleteValue.h: interface for the CShellCommandDeleteValue class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandDir.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandDir.h: interface for the CShellCommandDir class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandExit.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandExit.h: interface for the CShellCommandExit class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandHelp.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandHelp.h: interface for the CShellCommandHelp class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandNewKey.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandNewKey.h: interface for the CShellCommandNewKey class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandOwner.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandOwner.h: interface for the CShellCommandOwner class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandSACL.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandSACL.h: interface for the CShellCommandSACL class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandSetValue.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandSetValue.h: interface for the CShellCommandSetValue class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandValue.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandValue.h: interface for the CShellCommandValue class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandVersion.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandVersion.h: interface for the CShellCommandVersion class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ShellCommandsLinkedList.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// ShellCommandsLinkedList.h: interface for the CShellCommandsLinkedList class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: TextHistory.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
// TextHistory.h: interface for the CTextHistory class.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: shutdown.c,v 1.2 2000/04/25 23:22:57 ea Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* EAU shutdown.c 1.4.1
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: alive.c,v 1.1 2004/10/21 04:48:44 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: capclock.c,v 1.1 2004/10/21 05:11:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* DESCRIPTION: Simple Win32 Caption Clock
|
||||
* PROJECT : ReactOS (test applications)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: count.c,v 1.1 2004/10/21 05:12:00 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fiber.c,v 1.1 2004/10/21 05:12:02 sedwards Exp $
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: conport.c,v 1.1 2004/10/21 04:58:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* reactos/apps/lpc/conport.c
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: creport.c,v 1.1 2004/10/21 04:58:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* reactos/apps/lpc/creport.c
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dumpinfo.c,v 1.1 2004/10/21 04:58:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* reactos/apps/lpc/dumpinfo.c
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: lpcclt.c,v 1.1 2004/10/21 04:58:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* DESCRIPTION: Simple LPC Client
|
||||
* PROGRAMMER: David Welch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: lpcsrv.c,v 1.1 2004/10/21 04:58:59 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* DESCRIPTION: Simple LPC Server
|
||||
* PROGRAMMER: David Welch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: noexecute.c,v 1.1 2004/10/21 04:59:00 sedwards Exp $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: regcmds.c,v 1.1 2004/10/21 04:59:00 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* ReactOS regedit
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: regdump.c,v 1.1 2004/10/21 04:59:00 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* ReactOS regedit
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: sectest.c,v 1.1 2004/10/21 04:53:21 sedwards Exp $ */
|
||||
/* $Id$ */
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#include <windows.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: shmsrv.c,v 1.1 2004/10/21 04:59:01 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* FILE : reactos/apps/shm/shmsrv.c
|
||||
* AUTHOR: David Welch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: thread.c,v 1.1 2004/10/21 04:48:45 sedwards Exp $
|
||||
/* $Id$
|
||||
*
|
||||
*
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: welcome.c,v 1.1 2002/08/23 16:15:09 ekohl Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS welcome/autorun application
|
||||
|
|
Loading…
Reference in a new issue