From 33ad2c7486da901252c1e70f3f599106573a978b Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Sun, 6 Dec 1998 22:58:23 +0000 Subject: Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). --- chpass/edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chpass/edit.c') diff --git a/chpass/edit.c b/chpass/edit.c index 68dbc0e..9cae42e 100644 --- a/chpass/edit.c +++ b/chpass/edit.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: edit.c,v 1.10 1997/06/25 06:59:55 charnier Exp $ + * $Id: edit.c,v 1.11 1998/08/14 03:18:32 thepish Exp $ */ #ifndef lint -static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; +static const char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #include -- cgit v1.2.3