* [PATCH]a.out.h: Fix the format error.
@ 2009-11-29 0:19 liu weni
0 siblings, 0 replies; only message in thread
From: liu weni @ 2009-11-29 0:19 UTC (permalink / raw)
To: linux-kernel
------
rm the symbol of ^L in the include/linux/a.out.h.
------
Signed-off-by: Liuwenyi<qingshenlwy@gmail.com>
Cc: linux-kernel@vger.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
-\f
+
#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. */
-\f
+
#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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-29 0:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-29 0:19 [PATCH]a.out.h: Fix the format error liu weni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®