summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc1999-02-18 16:15:55 +0000
committersc1999-02-18 16:15:55 +0000
commita129b0e495bdcb4537de91f327155d58666adb43 (patch)
tree1539ab17ea3995a4a0e7ccf218a60c14f65441b2
parentf2203b40cf372462e5277b1b530561e929636ee1 (diff)
downloadivyd-a129b0e495bdcb4537de91f327155d58666adb43.zip
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.gz
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.bz2
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.xz
Now compatible with ivy-c 3.0
-rw-r--r--src/ivyd.c2
-rw-r--r--src/ivyecho.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ivyd.c b/src/ivyd.c
index 5a4f3d0..6aac230 100644
--- a/src/ivyd.c
+++ b/src/ivyd.c
@@ -263,7 +263,7 @@ main (int argc, char **argv)
#endif
/* Ivy initialization and main loop */
- IvyInit ("IVYD", 0, 0, 0, 0, 0, 0);
+ IvyInit ("IVYD", 0, 0, 0, 0, 0);
IvyChannelSetUp (sock, 0, 0, HandleConnections);
IvyStart (bus);
IvyMainLoop (0);
diff --git a/src/ivyecho.c b/src/ivyecho.c
index 2b8227e..468a908 100644
--- a/src/ivyecho.c
+++ b/src/ivyecho.c
@@ -38,7 +38,7 @@ int debug = 0;
void
Usage (const char* progname) {
- fprintf (stderr, "Usage: %s [-b bus (ignored)][-s server] text\n", progname);
+ fprintf (stderr, "Usage: %s [-b bus (ignored)][-s serverhost] text\n", progname);
exit (1);
}