summaryrefslogtreecommitdiffstats
path: root/lib/libedit/sys.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-03-14 05:12:41 +0000
committermillert <millert@openbsd.org>1997-03-14 05:12:41 +0000
commitf840f2e03161959464cb6780a9277e9b7dc20d1a (patch)
tree1aba73d768328c5cc0bd57bc82485968de1f0439 /lib/libedit/sys.h
parentChange an occurrence of if (fromatty) -> if (edit) -- from Thorsten. (diff)
downloadwireguard-openbsd-f840f2e03161959464cb6780a9277e9b7dc20d1a.tar.xz
wireguard-openbsd-f840f2e03161959464cb6780a9277e9b7dc20d1a.zip
fix el_source() - a block needed braces around it (from NetBSD)
Some strcpy() -> strncpy (from NetBSD) Some KNF Add current NetBSD tags
Diffstat (limited to 'lib/libedit/sys.h')
-rw-r--r--lib/libedit/sys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h
index 38321de8261..bdb62121c62 100644
--- a/lib/libedit/sys.h
+++ b/lib/libedit/sys.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: sys.h,v 1.2 1997/01/16 05:18:46 millert Exp $ */
+/* $OpenBSD: sys.h,v 1.3 1997/03/14 05:13:04 millert Exp $ */
+/* $NetBSD: sys.h,v 1.3 1997/01/11 06:48:12 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993