diff options
author | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2009-06-22 20:38:29 +0300 |
---|---|---|
committer | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2009-06-22 20:39:37 +0300 |
commit | f7123221cd38f924888f615541c51b36781c972c (patch) | |
tree | 1c79b08f2e15b6bcaba1351f8008b13697d7b23c /options.c | |
parent | 6f9fa3e74ed738ae75c53c3968880a4702a6b1ee (diff) |
Update the bug-reporting address.
* Makefile (LDFLAGS): Add -lhurdbugaddr.
* option.c (argp_program_bug_address): Remove definition.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* Hurd unionfs - Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2005, 2009 Free Software Foundation, Inc. Written by Moritz Schulte <moritz@duesseldorf.ccc.de>. This program is free software; you can redistribute it and/or @@ -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 <glguida@gmail.com>"; #define ARGS_DOC "FILESYSTEMS ..." #define DOC "Hurd unionfs server" |