From 4f156aff23b9770a80e59f7dddf491bc9c58d108 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 10 Jul 2002 23:55:06 +0000 Subject: [PATCH] Fix a lint warning by removing some #ifdef lint (!?!). --- usr.sbin/sup/source/scan.c | 6 +----- usr.sbin/sup/source/supcparse.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/usr.sbin/sup/source/scan.c b/usr.sbin/sup/source/scan.c index 033affaecb2d..a45c75cc1978 100644 --- a/usr.sbin/sup/source/scan.c +++ b/usr.sbin/sup/source/scan.c @@ -1,4 +1,4 @@ -/* $NetBSD: scan.c,v 1.15 2002/07/10 21:28:13 wiz Exp $ */ +/* $NetBSD: scan.c,v 1.16 2002/07/10 23:55:06 wiz Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -149,11 +149,7 @@ static TREE *execT; /* execute command list */ *** E X T E R N *** *************************/ -#ifdef lint -static char _argbreak; -#else extern char _argbreak; /* break character from nxtarg */ -#endif extern TREELIST *listTL; /* list of trees for scanning */ extern TREE *listT; /* final list of files in collection */ diff --git a/usr.sbin/sup/source/supcparse.c b/usr.sbin/sup/source/supcparse.c index b9b1c60792d5..9659c4cfa0e5 100644 --- a/usr.sbin/sup/source/supcparse.c +++ b/usr.sbin/sup/source/supcparse.c @@ -1,4 +1,4 @@ -/* $NetBSD: supcparse.c,v 1.11 2002/07/10 20:19:45 wiz Exp $ */ +/* $NetBSD: supcparse.c,v 1.12 2002/07/10 23:55:06 wiz Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -63,11 +63,7 @@ #include "supextern.h" -#ifdef lint -static char _argbreak; -#else extern char _argbreak; /* break character from nxtarg */ -#endif typedef enum { /* supfile options */ OHOST, OBASE, OHOSTBASE, OPREFIX, ORELEASE,