diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-14 05:13:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-14 05:13:12 +0000 |
commit | 792987ae58d7eb73cd9316b0db73298133aedd0a (patch) | |
tree | df20288853f454d9c1b380583a13a9be108bbabd /lib/libedit/key.h | |
parent | 2619c4c4532a4d864fb1ca726290a4181e754cc3 (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/key.h')
-rw-r--r-- | lib/libedit/key.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/key.h b/lib/libedit/key.h index 5dfb3316f7e..924154bd4b9 100644 --- a/lib/libedit/key.h +++ b/lib/libedit/key.h @@ -1,4 +1,5 @@ -/* $OpenBSD: key.h,v 1.2 1997/01/16 05:18:36 millert Exp $ */ +/* $OpenBSD: key.h,v 1.3 1997/03/14 05:12:52 millert Exp $ */ +/* $NetBSD: key.h,v 1.2 1997/01/11 06:47:59 lukem Exp $ */ /*- * Copyright (c) 1992, 1993 |