summaryrefslogtreecommitdiff
path: root/lib/libedit/parse.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-03-14 05:13:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-03-14 05:13:12 +0000
commit792987ae58d7eb73cd9316b0db73298133aedd0a (patch)
treedf20288853f454d9c1b380583a13a9be108bbabd /lib/libedit/parse.c
parent2619c4c4532a4d864fb1ca726290a4181e754cc3 (diff)
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/parse.c')
-rw-r--r--lib/libedit/parse.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c
index b88f74e8d30..b113983a20d 100644
--- a/lib/libedit/parse.c
+++ b/lib/libedit/parse.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: parse.c,v 1.2 1997/01/16 05:18:39 millert Exp $ */
+/* $OpenBSD: parse.c,v 1.3 1997/03/14 05:12:55 millert Exp $ */
+/* $NetBSD: parse.c,v 1.5 1997/01/11 09:57:08 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -40,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: parse.c,v 1.2 1997/01/16 05:18:39 millert Exp $";
+static char rcsid[] = "$OpenBSD: parse.c,v 1.3 1997/03/14 05:12:55 millert Exp $";
#endif
#endif /* not lint && not SCCSID */