summaryrefslogtreecommitdiff
path: root/nhrpd/linux.c
diff options
context:
space:
mode:
authorReuben Dowle <reuben.dowle@4rf.com>2021-04-01 14:28:25 +1300
committerReuben Dowle <reuben.dowle@4rf.com>2021-04-06 09:23:42 +1200
commitc2bb9917b1f44bee00bb5e5361ab6e9e03861a69 (patch)
treee059e7b20b9d31dd0a5036160088909b3c7055ce /nhrpd/linux.c
parent494631615042e6cd07dfba23ddac669b61e0369e (diff)
nhrpd: Fix style issues
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/linux.c')
-rw-r--r--nhrpd/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/linux.c b/nhrpd/linux.c
index e729f72644..291966ee77 100644
--- a/nhrpd/linux.c
+++ b/nhrpd/linux.c
@@ -34,7 +34,7 @@
#ifndef HAVE_STRLCPY
size_t strlcpy(char *__restrict dest,
- const char *__restrict src, size_t destsize);
+ const char *__restrict src, size_t destsize);
#endif
static int nhrp_socket_fd = -1;