summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-02 23:33:42 +1000
committerDamien Miller <djm@mindrot.org>2003-09-02 23:33:42 +1000
commit39638b6aebf5ca69ba75c79c0cc0572e1f396258 (patch)
tree4fc0f1a9ad969d98b9b0d9209e6d0516437e2ce3 /openbsd-compat
parent341c6e687c2e2d3629f19d4b43fccc2dc8d7f9d3 (diff)
- (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/strlcat.c1
-rw-r--r--openbsd-compat/strlcpy.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c
index da1a9fb41..cae16657c 100644
--- a/openbsd-compat/strlcat.c
+++ b/openbsd-compat/strlcat.c
@@ -25,7 +25,6 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.11 2003/06/17 21:56:24 millert Exp
25 25
26#include <sys/types.h> 26#include <sys/types.h>
27#include <string.h> 27#include <string.h>
28#include "strlcat.h"
29 28
30/* 29/*
31 * Appends src to string dst of size siz (unlike strncat, siz is the 30 * Appends src to string dst of size siz (unlike strncat, siz is the
diff --git a/openbsd-compat/strlcpy.c b/openbsd-compat/strlcpy.c
index 47adc42c5..c8fe29987 100644
--- a/openbsd-compat/strlcpy.c
+++ b/openbsd-compat/strlcpy.c
@@ -25,7 +25,6 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp
25 25
26#include <sys/types.h> 26#include <sys/types.h>
27#include <string.h> 27#include <string.h>
28#include "strlcpy.h"
29 28
30/* 29/*
31 * Copy src to string dst of size siz. At most siz-1 characters 30 * Copy src to string dst of size siz. At most siz-1 characters