>From 18bb06e5af5bfccfdb5212307bf36aadd94e4f5f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov <unlimitedscol...@gmail.com> Date: Thu, 18 Jun 2009 23:31:17 +0300 Subject: [PATCH] Update the bug-reporting address.
* Makefile (LDFLAGS): Add -lhurdbugaddr. * option.c (argp_program_bug_address): Remove definition. --- Makefile | 2 +- options.c | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b180072..c870c23 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MIGCOM = mig -cc cat - /dev/null CFLAGS += -Wall -g -O2 -D_FILE_OFFSET_BITS=64 -std=gnu99 \ -DDEBUG LDFLAGS += -lnetfs -lfshelp -liohelp -lthreads \ - -lports -lihash -lshouldbeinlibc + -lports -lihash -lshouldbeinlibc -lhurdbugaddr OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o \ lib.o options.o pattern.o stow.o update.o diff --git a/options.c b/options.c index ef29a02..553ccbc 100644 --- a/options.c +++ b/options.c @@ -210,8 +210,6 @@ const struct argp_child argp_children_startup[] = }; const char *argp_program_version = STANDARD_HURD_VERSION (unionfs); -const char *argp_program_bug_address = -"Gianluca Guida <glgu...@gmail.com>"; #define ARGS_DOC "FILESYSTEMS ..." #define DOC "Hurd unionfs server" -- 1.5.2.4