From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 6/7] tabled: Small sugar in server.c
Date: Fri, 13 Nov 2009 23:36:29 -0700 [thread overview]
Message-ID: <20091113233629.46edf46f@redhat.com> (raw)
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;
reply other threads:[~2009-11-14 6:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091113233629.46edf46f@redhat.com \
--to=zaitcev@redhat.com \
--cc=hail-devel@vger.kernel.org \
--cc=jeff@garzik.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.