All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] remove duplicate #includes
@ 2003-10-21 22:59 rwhron
  2003-11-09  1:53 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: rwhron @ 2003-10-21 22:59 UTC (permalink / raw)
  To: user-mode-linux-devel

Remove doubley #included headers files.
Tested with 2.6.0-test8-uml1 with default configuration.

diff -Nur linux-2.6.0-test8-um1/arch/um/drivers/ubd_user.c linux/arch/um/drivers/ubd_user.c
--- linux-2.6.0-test8-um1/arch/um/drivers/ubd_user.c	2003-10-21 17:03:01.360716368 -0400
+++ linux/arch/um/drivers/ubd_user.c	2003-10-21 17:00:30.962580360 -0400
@@ -15,7 +15,6 @@
 #include <sys/time.h>
 #include <sys/fcntl.h>
 #include <sys/socket.h>
-#include <string.h>
 #include <sys/mman.h>
 #include <sys/param.h>
 #include "asm/types.h"
diff -Nur linux-2.6.0-test8-um1/arch/um/kernel/frame_kern.c linux/arch/um/kernel/frame_kern.c
--- linux-2.6.0-test8-um1/arch/um/kernel/frame_kern.c	2003-04-19 22:51:23.000000000 -0400
+++ linux/arch/um/kernel/frame_kern.c	2003-10-21 17:01:04.072546880 -0400
@@ -6,7 +6,6 @@
 #include "asm/ptrace.h"
 #include "asm/uaccess.h"
 #include "asm/signal.h"
-#include "asm/uaccess.h"
 #include "asm/ucontext.h"
 #include "frame_kern.h"
 #include "sigcontext.h"
diff -Nur linux-2.6.0-test8-um1/arch/um/os-Linux/drivers/ethertap_kern.c linux/arch/um/os-Linux/drivers/ethertap_kern.c
--- linux-2.6.0-test8-um1/arch/um/os-Linux/drivers/ethertap_kern.c	2003-06-16 22:03:36.000000000 -0400
+++ linux/arch/um/os-Linux/drivers/ethertap_kern.c	2003-10-21 17:01:39.024233416 -0400
@@ -8,7 +8,6 @@
 #include "linux/init.h"
 #include "linux/netdevice.h"
 #include "linux/etherdevice.h"
-#include "linux/init.h"
 #include "net_kern.h"
 #include "net_user.h"
 #include "etap.h"


-- 
Randy Hron
http://home.earthlink.net/~rwhron/kernel/bigbox.html



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [uml-devel] [PATCH] remove duplicate #includes
  2003-10-21 22:59 [uml-devel] [PATCH] remove duplicate #includes rwhron
@ 2003-11-09  1:53 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2003-11-09  1:53 UTC (permalink / raw)
  To: rwhron; +Cc: user-mode-linux-devel

rwhron@earthlink.net said:
> Remove doubley #included headers files. 

Applied, thanks.

				Jeff



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-09  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 22:59 [uml-devel] [PATCH] remove duplicate #includes rwhron
2003-11-09  1:53 ` Jeff Dike

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.