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/TEST/test.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/TEST/test.c')
| -rw-r--r-- | lib/libedit/TEST/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c index 646b2355194..cf3e459390c 100644 --- a/lib/libedit/TEST/test.c +++ b/lib/libedit/TEST/test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $ */ +/* $OpenBSD: test.c,v 1.4 2003/05/01 21:11:22 avsm Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $"; +static const char rcsid[] = "$OpenBSD: test.c,v 1.4 2003/05/01 21:11:22 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ |
