commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 13/25: eth-multiplexer: fix argp_program_version, remove argp_pro


From: Samuel Thibault
Subject: [hurd] 13/25: eth-multiplexer: fix argp_program_version, remove argp_program_bug_address
Date: Tue, 27 May 2014 08:32:03 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit 3f838a20e1544ad321ecda9ff4adee3f5aad9d62
Author: Justus Winter <address@hidden>
Date:   Fri Apr 11 22:09:32 2014 +0200

    eth-multiplexer: fix argp_program_version, remove argp_program_bug_address
    
    * eth-multiplexer/multiplexer.c: Fix argp_program_version, remove
    argp_program_bug_address.
---
 eth-multiplexer/multiplexer.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eth-multiplexer/multiplexer.c b/eth-multiplexer/multiplexer.c
index c36ab78..a133f45 100644
--- a/eth-multiplexer/multiplexer.c
+++ b/eth-multiplexer/multiplexer.c
@@ -39,6 +39,7 @@
 #include <device/device.h>
 #include <hurd/ports.h>
 #include <hurd/netfs.h>
+#include <version.h>
 
 #include "ethernet.h"
 #include "vdev.h"
@@ -51,8 +52,8 @@
 /* The device which the multiplexer connects to */
 static char *device_file;
 
-const char *argp_program_version = "eth-multiplexer 0.1";
-const char *argp_program_bug_address = "<address@hidden>";
+const char *argp_program_version = STANDARD_HURD_VERSION (eth-multiplexer);
+
 static const char doc[] = "Hurd multiplexer server.";
 static const struct argp_option options[] =
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]