summaryrefslogtreecommitdiff
path: root/lib/libedit/search.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/search.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/search.h')
-rw-r--r--lib/libedit/search.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/search.h b/lib/libedit/search.h
index 5d2a8e6fad2..6cf20ed58c7 100644
--- a/lib/libedit/search.h
+++ b/lib/libedit/search.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: search.h,v 1.2 1997/01/16 05:18:44 millert Exp $ */
+/* $OpenBSD: search.h,v 1.3 1997/03/14 05:13:02 millert Exp $ */
+/* $NetBSD: search.h,v 1.2 1997/01/11 06:48:09 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993