From 1d4836d0103b081c691a1cfc3dfb784335c6efac Mon Sep 17 00:00:00 2001 From: cvs Date: Tue, 7 Nov 2000 13:46:09 +0000 Subject: [PATCH] Be a bit more pernickety! --- sinqhm/sinqhm_client.c | 2 +- sinqhm/sinqhm_ctrl.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sinqhm/sinqhm_client.c b/sinqhm/sinqhm_client.c index 2110b1aa..b5031fa9 100755 --- a/sinqhm/sinqhm_client.c +++ b/sinqhm/sinqhm_client.c @@ -2904,7 +2904,7 @@ f_bin = 0; nbins = Hm_nbins * N_hists; status = write_hm (Hm_buff_addr, hist_num, f_bin, nbins, Bytes_per_bin); - if (status) write (" OK\n"); + if (status) printf (" OK\n"); }else if (StrMatch (verb, "go", 2)) { if (Rw_skt == 0) { Rw_skt = openConnectionGbl (Rmt_host, &Rmt_port, &Pkt_size, Dbg_mode, diff --git a/sinqhm/sinqhm_ctrl.c b/sinqhm/sinqhm_ctrl.c index 23d485cb..76400bf4 100755 --- a/sinqhm/sinqhm_ctrl.c +++ b/sinqhm/sinqhm_ctrl.c @@ -147,10 +147,12 @@ #include #ifdef __VMS -#include + #include #else -#include + #include + #include #endif + #include #include