* [PATCH]: protect includes from re-included them
@ 2002-12-18 1:42 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-18 1:42 UTC (permalink / raw)
To: linux mips mailing list, Ralf Baechle
Hi
this included don't have the standard protection :(
Later, Juan.
Index: drivers/sgi/char/gconsole.h
===================================================================
RCS file: /home/cvs/linux/drivers/sgi/char/gconsole.h,v
retrieving revision 1.5
diff -u -r1.5 gconsole.h
--- drivers/sgi/char/gconsole.h 3 Mar 1998 16:57:28 -0000 1.5
+++ drivers/sgi/char/gconsole.h 18 Dec 2002 00:49:22 -0000
@@ -1,3 +1,7 @@
+#ifndef _SGI_GCONSOLE_H
+#define _SGI_GCONSOLE_H
+
+
/*
* This is a temporary measure, we should eventually migrate to
* Gert's generic graphic console code.
@@ -31,3 +35,5 @@
extern void disable_gconsole (void);
extern void enable_gconsole (void);
+
+#endif /* _SGI_GCONSOLE */
Index: drivers/sgi/char/graphics.h
===================================================================
RCS file: /home/cvs/linux/drivers/sgi/char/graphics.h,v
retrieving revision 1.9.6.1
diff -u -r1.9.6.1 graphics.h
--- drivers/sgi/char/graphics.h 5 Aug 2002 23:53:40 -0000 1.9.6.1
+++ drivers/sgi/char/graphics.h 18 Dec 2002 01:28:49 -0000
@@ -1,3 +1,6 @@
+#ifndef _SGI_GRAPHICS_H
+#define _SGI_GRAPHICS_H
+
#define MAXCARDS 4
struct graphics_ops {
@@ -25,3 +28,5 @@
void shmiq_init (void);
void streamable_init (void);
+
+#endif /* _SGI_GRAPHICS_H */
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-18 1:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-18 1:42 [PATCH]: protect includes from re-included them Juan Quintela
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.