Two things: - duplicated #include - empty lines which get in the eyes Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- 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; -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html