Be a bit more pernickety!
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -147,10 +147,12 @@
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __VMS
|
||||
#include <ucx$inetdef.h>
|
||||
#include <ucx$inetdef.h>
|
||||
#else
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user