summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-01 21:11:23 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-01 21:11:23 +0000
commitba43886222ebe38c78b14183f7471b4555bc4fa7 (patch)
tree35990a01b9b944facf321c418bbc0b240c9c720d /lib/libedit/read.c
parentc40b0650f15a53d8399438a443f0eb28fa838b40 (diff)
is -Wall clean by making rcsid const
Diffstat (limited to 'lib/libedit/read.c')
-rw-r--r--lib/libedit/read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c
index f45aaa52257..44619d2f5b3 100644
--- a/lib/libedit/read.c
+++ b/lib/libedit/read.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: read.c,v 1.7 2002/02/16 21:27:26 millert Exp $ */
+/* $OpenBSD: read.c,v 1.8 2003/05/01 21:11:21 avsm Exp $ */
/* $NetBSD: read.c,v 1.4 1997/04/11 17:52:47 christos Exp $ */
/*-
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: read.c,v 1.7 2002/02/16 21:27:26 millert Exp $";
+static const char rcsid[] = "$OpenBSD: read.c,v 1.8 2003/05/01 21:11:21 avsm Exp $";
#endif
#endif /* not lint && not SCCSID */