mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates
svn path=/trunk/; revision=2636
This commit is contained in:
parent
e858ec1801
commit
19ad3d7a30
106 changed files with 938 additions and 321 deletions
|
@ -1,8 +1,10 @@
|
|||
/* $Id: cpio.h,v 1.2 2002/02/20 09:17:54 hyperion Exp $
|
||||
*/
|
||||
/*
|
||||
* cpio.h
|
||||
*
|
||||
* cpio archive values. Based on the Single UNIX(r) Specification,
|
||||
* Version 2
|
||||
* cpio archive values. Conforming to the Single UNIX(r) Specification
|
||||
* Version 2, System Interface & Headers Issue 5
|
||||
*
|
||||
* This file is part of the ReactOS Operating System.
|
||||
*
|
||||
|
@ -23,19 +25,11 @@
|
|||
#ifndef __CPIO_H_INCLUDED__
|
||||
#define __CPIO_H_INCLUDED__
|
||||
|
||||
#ifdef __PSXDLL__
|
||||
/* INCLUDES */
|
||||
|
||||
/* headers for internal usage by psxdll.dll and ReactOS */
|
||||
/* TYPES */
|
||||
|
||||
#else /* ! __PSXDLL__ */
|
||||
|
||||
/* standard POSIX headers */
|
||||
|
||||
#endif
|
||||
|
||||
/* types */
|
||||
|
||||
/* constants */
|
||||
/* CONSTANTS */
|
||||
#define C_IRUSR (0000400) /* read by owner */
|
||||
#define C_IWUSR (0000200) /* write by owner */
|
||||
#define C_IXUSR (0000100) /* execute by owner */
|
||||
|
@ -59,9 +53,9 @@
|
|||
|
||||
#define MAGIC "070707"
|
||||
|
||||
/* prototypes */
|
||||
/* PROTOTYPES */
|
||||
|
||||
/* macros */
|
||||
/* MACROS */
|
||||
|
||||
#endif /* __CPIO_H_INCLUDED__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue