[Glibc-bsd-commits] r5818 - trunk/glibc-ports/kfreebsd/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Oct 21 20:11:46 UTC 2015


Author: aurel32
Date: 2015-10-21 20:11:46 +0000 (Wed, 21 Oct 2015)
New Revision: 5818

Modified:
   trunk/glibc-ports/kfreebsd/bits/auxv.h
Log:
Fixup indentation


Modified: trunk/glibc-ports/kfreebsd/bits/auxv.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/auxv.h	2015-10-21 20:11:05 UTC (rev 5817)
+++ trunk/glibc-ports/kfreebsd/bits/auxv.h	2015-10-21 20:11:46 UTC (rev 5818)
@@ -17,22 +17,21 @@
 
 /* Legal values for a_type (entry type).  */
 
-#define AT_NULL		0		/* End of vector */
-#define AT_IGNORE	1		/* Entry should be ignored */
-#define AT_EXECFD	2		/* File descriptor of program */
-#define AT_PHDR		3		/* Program headers for program */
-#define AT_PHENT	4		/* Size of program header entry */
-#define AT_PHNUM	5		/* Number of program headers */
-#define AT_PAGESZ	6		/* System page size */
-#define AT_BASE		7		/* Base address of interpreter */
-#define AT_FLAGS	8		/* Flags */
-#define AT_ENTRY	9		/* Entry point of program */
-#define AT_NOTELF	10		/* Program is not ELF */
-#define AT_UID		11		/* Real uid */
-#define AT_EUID		12		/* Effective uid */
-#define AT_GID		13		/* Real gid */
-#define AT_EGID		14		/* Effective gid */
-
+#define	AT_NULL		0	/* End of vector */
+#define	AT_IGNORE	1	/* Entry should be ignored */
+#define	AT_EXECFD	2	/* File descriptor of program */
+#define	AT_PHDR		3	/* Program headers for program */
+#define	AT_PHENT	4	/* Size of program header entry */
+#define	AT_PHNUM	5	/* Number of program headers */
+#define	AT_PAGESZ	6	/* System page size */
+#define	AT_BASE		7	/* Base address of interpreter */
+#define	AT_FLAGS	8	/* Flags */
+#define	AT_ENTRY	9	/* Entry point of program */
+#define	AT_NOTELF	10	/* Program is not ELF */
+#define	AT_UID		11	/* Real uid */
+#define	AT_EUID		12	/* Effective uid */
+#define	AT_GID		13	/* Real gid */
+#define	AT_EGID		14	/* Effective gid */
 #define	AT_EXECPATH	15	/* Path to the executable. */
 #define	AT_CANARY	16	/* Canary for SSP. */
 #define	AT_CANARYLEN	17	/* Length of the canary. */




More information about the Glibc-bsd-commits mailing list