From 60d13c7a9dd18f720483338ebef03609492ca98c Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 7 Dec 1998 21:58:50 +0000 Subject: The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static and local variables, goto labels, and functions declared but not defined. --- sys/dev/vr/if_vr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/vr') diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index a96d14c..e0b377f 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_vr.c,v 1.1 1998/12/04 18:01:21 wpaul Exp $ + * $Id: if_vr.c,v 1.2 1998/12/05 02:21:44 wpaul Exp $ */ /* @@ -96,8 +96,8 @@ #include #ifndef lint -static char rcsid[] = - "$Id: if_vr.c,v 1.1 1998/12/04 18:01:21 wpaul Exp $"; +static const char rcsid[] = + "$Id: if_vr.c,v 1.2 1998/12/05 02:21:44 wpaul Exp $"; #endif /* -- cgit v1.1