summaryrefslogtreecommitdiff
path: root/lib/libedit/chared.h
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/chared.h
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/chared.h')
-rw-r--r--lib/libedit/chared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h
index 47b11af3f0b..c4c1d94f2be 100644
--- a/lib/libedit/chared.h
+++ b/lib/libedit/chared.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: chared.h,v 1.2 1997/01/16 05:18:29 millert Exp $ */
+/* $OpenBSD: chared.h,v 1.3 1997/03/14 05:12:42 millert Exp $ */
+/* $NetBSD: chared.h,v 1.2 1997/01/11 06:47:49 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993