diff options
author | 2003-05-01 21:11:21 +0000 | |
---|---|---|
committer | 2003-05-01 21:11:21 +0000 | |
commit | 41d8ad6b55801294f9d08d286c726843ff596784 (patch) | |
tree | 05edc9cff120933ca186f9d36d355ff069d63517 /lib/libedit/common.c | |
parent | -Wall cleanup, make rcsid variables const (diff) | |
download | wireguard-openbsd-41d8ad6b55801294f9d08d286c726843ff596784.tar.xz wireguard-openbsd-41d8ad6b55801294f9d08d286c726843ff596784.zip |
is -Wall clean by making rcsid const
Diffstat (limited to 'lib/libedit/common.c')
-rw-r--r-- | lib/libedit/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 1c085c1a8dd..64c4e316637 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.3 1997/03/14 05:12:43 millert Exp $ */ +/* $OpenBSD: common.c,v 1.4 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: common.c,v 1.3 1997/01/14 04:17:22 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: common.c,v 1.3 1997/03/14 05:12:43 millert Exp $"; +static const char rcsid[] = "$OpenBSD: common.c,v 1.4 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ |