summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1997-07-14 22:03:09 +0000
committermickey <mickey@openbsd.org>1997-07-14 22:03:09 +0000
commitf7a3af22b408790107566d68bf9f937358acd196 (patch)
tree72b3c00e01064b58d370d073318bf8aed4a9dd00
parentPrint the new input/output bytes for sipp-ah/sipp-esp/ipencap. (diff)
downloadwireguard-openbsd-f7a3af22b408790107566d68bf9f937358acd196.tar.xz
wireguard-openbsd-f7a3af22b408790107566d68bf9f937358acd196.zip
nicer include
-rw-r--r--sys/lib/libsa/cons.c4
-rw-r--r--sys/lib/libsa/strlen.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libsa/cons.c b/sys/lib/libsa/cons.c
index f0677f66149..63ea7363c13 100644
--- a/sys/lib/libsa/cons.c
+++ b/sys/lib/libsa/cons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cons.c,v 1.3 1997/04/26 17:50:08 mickey Exp $ */
+/* $OpenBSD: cons.c,v 1.4 1997/07/14 22:03:09 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -32,7 +32,7 @@
*
*/
-#include <stand.h>
+#include "stand.h"
static struct consw *console = &consw[0];
diff --git a/sys/lib/libsa/strlen.c b/sys/lib/libsa/strlen.c
index 29b14ba1ac3..e32ab327255 100644
--- a/sys/lib/libsa/strlen.c
+++ b/sys/lib/libsa/strlen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strlen.c,v 1.1 1997/03/31 23:29:53 mickey Exp $ */
+/* $OpenBSD: strlen.c,v 1.2 1997/07/14 22:03:10 mickey Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -37,7 +37,7 @@
/*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/
#endif /* LIBC_SCCS and not lint */
-#include <stand.h>
+#include "stand.h"
size_t
strlen(str)