[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b3657a100911281619v4d779bcdxb158b5e117c366af@mail.gmail.com>
Date: Sun, 29 Nov 2009 08:19:40 +0800
From: liu weni <qingshenlwy@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH]a.out.h: Fix the format error.
------
rm the symbol of ^L in the include/linux/a.out.h.
------
Signed-off-by: Liuwenyi<qingshenlwy@...il.com>
Cc: linux-kernel@...r.kernel.org
------
diff --git a/include/linux/a.out.h b/include/linux/a.out.h
index e86dfca..7c41cbd 100644
--- a/include/linux/a.out.h
+++ b/include/linux/a.out.h
@@ -162,7 +162,7 @@ enum machine_type {
#if !defined (N_BSSADDR)
#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
#endif
-.
+
#if !defined (N_NLIST_DECLARED)
struct nlist {
union {
@@ -235,7 +235,7 @@ struct nlist {
/* This is output from LD. */
#define N_SETV 0x1C /* Pointer to set vector in data area. */
-.
+
#if !defined (N_RELOCATION_INFO_DECLARED)
/* This structure describes a single relocation to be performed.
The text-relocation section of the file is a vector of these structures,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists