All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 6/7] tabled: Small sugar in server.c
@ 2009-11-14  6:36 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-11-14  6:36 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

Two things:
 - duplicated #include
 - empty lines which get in the eyes

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 server/server.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/server.c b/server/server.c
index 673c151..76f0507 100644
--- a/server/server.c
+++ b/server/server.c
@@ -40,7 +40,6 @@
 #include <errno.h>
 #include <time.h>
 #include <pcre.h>
-#include <sys/types.h>
 #include <dirent.h>
 #include <glib.h>
 #include <openssl/md5.h>
@@ -83,10 +82,8 @@ static struct argp_option options[] = {
 static const char doc[] =
 PROGRAM_NAME " - distributed table daemon";
 
-
 static error_t parse_opt (int key, char *arg, struct argp_state *state);
 
-
 static const struct argp argp = { options, parse_opt, NULL, doc };
 
 static bool server_running = true;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-14  6:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14  6:36 [Patch 6/7] tabled: Small sugar in server.c Pete Zaitcev

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.