From 82464574a6d07108dce57d2ca5873b8863861381 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 18 Aug 2015 22:12:23 -0400 Subject: [PATCH] [client] minor update to make chksum() static --- client/spa_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/spa_comm.c b/client/spa_comm.c index 6dd4808d..1a3692e5 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -54,7 +54,7 @@ dump_transmit_options(const fko_cli_options_t *options) /* Function to generate a header checksum. */ -unsigned short +static unsigned short chksum(unsigned short *buf, int nbytes) { unsigned int sum;