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/makelist | |
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/makelist')
-rw-r--r-- | lib/libedit/makelist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/makelist b/lib/libedit/makelist index b2b320e89a1..2204cfc3583 100644 --- a/lib/libedit/makelist +++ b/lib/libedit/makelist @@ -1,5 +1,6 @@ #!/bin/sh - -# $OpenBSD: makelist,v 1.2 1997/01/16 05:18:37 millert Exp $ +# $OpenBSD: makelist,v 1.3 1997/03/14 05:12:53 millert Exp $ +# $NetBSD: makelist,v 1.3 1997/01/11 06:48:00 lukem Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. |