summaryrefslogtreecommitdiffstats
path: root/lib/libedit/tokenizer.c
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/tokenizer.c
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/tokenizer.c')
-rw-r--r--lib/libedit/tokenizer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c
index 3446504ba3b..ed7b8e7b79a 100644
--- a/lib/libedit/tokenizer.c
+++ b/lib/libedit/tokenizer.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: tokenizer.c,v 1.2 1997/01/16 05:18:49 millert Exp $ */
+/* $OpenBSD: tokenizer.c,v 1.3 1997/03/14 05:13:07 millert Exp $ */
+/* $NetBSD: tokenizer.c,v 1.2 1997/01/11 06:48:15 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -40,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: tokenizer.c,v 1.2 1997/01/16 05:18:49 millert Exp $";
+static char rcsid[] = "$OpenBSD: tokenizer.c,v 1.3 1997/03/14 05:13:07 millert Exp $";
#endif
#endif /* not lint && not SCCSID */