lvs-devel
|
To: | lvs-devel@xxxxxxxxxxxxxxx |
---|---|
Subject: | [patch 2/5] ipvsadm: Dont include getopt.h |
Cc: | Wensong Zhang <wensong@xxxxxxxxxxxx>, Julian Anastasov <ja@xxxxxx>, Nick Chalk <nick@xxxxxxxxxxxxxxxx> |
From: | Simon Horman <horms@xxxxxxxxxxxx> |
Date: | Mon, 26 Jul 2010 17:04:50 +0900 |
getopt isn't used any more. Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> Index: trunk/ipvsadm.c =================================================================== --- trunk.orig/ipvsadm.c 2010-07-25 15:41:19.000000000 +0900 +++ trunk/ipvsadm.c 2010-07-25 15:41:28.000000000 +0900 @@ -93,7 +93,6 @@ #undef __KERNEL__ /* Makefile lazyness ;) */ #include <stdio.h> #include <stdlib.h> -#include <getopt.h> #include <netdb.h> #include <string.h> #include <unistd.h> -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [patch 1/5] ipvsadm: Add --ipv6 to ipvsadm.8, Simon Horman |
---|---|
Next by Date: | [patch 3/5] ipvsadm: Initialise descrip and argDescrip elements of struct poptOption, Simon Horman |
Previous by Thread: | Re: [patch 1/5] ipvsadm: Add --ipv6 to ipvsadm.8, Wensong Zhang |
Next by Thread: | Re: [patch 2/5] ipvsadm: Dont include getopt.h, Wensong Zhang |
Indexes: | [Date] [Thread] [Top] [All Lists] |