summaryrefslogtreecommitdiff
path: root/openbsd-compat/strlcpy.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-06-27 23:36:08 +1000
committerDamien Miller <djm@mindrot.org>2001-06-27 23:36:08 +1000
commit79b332dd6748980cf9c8af39e3194a7e272b9256 (patch)
treea0cbb7fba6e8746a658cd94d52ff45293e628c63 /openbsd-compat/strlcpy.c
parent649d999b4bab2d2ff5fadf7c77f2d685ece4708c (diff)
- (djm) Fix a few warnings the above turned up
Diffstat (limited to 'openbsd-compat/strlcpy.c')
-rw-r--r--openbsd-compat/strlcpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/strlcpy.c b/openbsd-compat/strlcpy.c
index 276c25c37..99b06dd90 100644
--- a/openbsd-compat/strlcpy.c
+++ b/openbsd-compat/strlcpy.c
@@ -36,6 +36,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp
36 36
37#include <sys/types.h> 37#include <sys/types.h>
38#include <string.h> 38#include <string.h>
39#include "strlcpy.h"
39 40
40/* 41/*
41 * Copy src to string dst of size siz. At most siz-1 characters 42 * Copy src to string dst of size siz. At most siz-1 characters