diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-01 21:11:23 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-01 21:11:23 +0000 |
commit | ba43886222ebe38c78b14183f7471b4555bc4fa7 (patch) | |
tree | 35990a01b9b944facf321c418bbc0b240c9c720d /lib/libedit/history.c | |
parent | c40b0650f15a53d8399438a443f0eb28fa838b40 (diff) |
is -Wall clean by making rcsid const
Diffstat (limited to 'lib/libedit/history.c')
-rw-r--r-- | lib/libedit/history.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/history.c b/lib/libedit/history.c index 7ba8f0897b4..a9a65252cf4 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $ */ +/* $OpenBSD: history.c,v 1.9 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: history.c,v 1.5 1997/04/11 17:52:46 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: history.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $"; +static const char rcsid[] = "$OpenBSD: history.c,v 1.9 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ |