From f3c95bc95d4bcf17893372c3bd74c509878cf840 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 6 Dec 2011 14:19:35 +0000 Subject: [PATCH] timestamp not supported on fedora core 8 --- src/transport/gnunet_wlan_sender.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/transport/gnunet_wlan_sender.c b/src/transport/gnunet_wlan_sender.c index f1a90178b..48151550a 100644 --- a/src/transport/gnunet_wlan_sender.c +++ b/src/transport/gnunet_wlan_sender.c @@ -139,8 +139,7 @@ main (int argc, char *argv[]) if (4 != argc) { fprintf (stderr, - "This program must be started with the interface and the targets and source mac as argument.\nThis program was compiled at ----- %s ----\n", - __TIMESTAMP__); + "This program must be started with the interface and the targets and source mac as argument.\n"); fprintf (stderr, "Usage: interface-name mac-target mac-source\n" "e.g. mon0 11-22-33-44-55-66 12-34-56-78-90-ab\n"); -- 2.25.1