From 6be1e734697d8ac30f50848d3423360045662e21 Mon Sep 17 00:00:00 2001 From: tholo Date: Sat, 14 Dec 1996 06:55:56 +0000 Subject: [PATCH] lean up lint & compile warnings --- lib/libcom_err/error_message.c | 10 ++++++---- lib/libcom_err/et_name.c | 9 +++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index e74c212a9cb..2a8bd672e8b 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,4 +1,4 @@ -/* $OpenBSD: error_message.c,v 1.2 1996/11/11 09:49:47 downsj Exp $ */ +/* $OpenBSD: error_message.c,v 1.3 1996/12/14 06:55:56 tholo Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -22,10 +22,12 @@ #include #include "error_table.h" +#ifndef lint static const char rcsid[] = - "$Id: error_message.c,v 1.2 1996/11/11 09:49:47 downsj Exp $"; + "$OpenBSD: error_message.c,v 1.3 1996/12/14 06:55:56 tholo Exp $"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; +#endif static char buffer[25]; @@ -41,8 +43,8 @@ error_message (code) int started = 0; char *cp; - offset = code & ((1<