From 57c3ebc617f6ed31240847c6fce74931a372824c Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 12 Jun 1996 05:11:41 +0000 Subject: Clean up -Wunused warnings. Reviewed by: bde --- sys/i386/linux/linux_misc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/i386/linux/linux_misc.c') diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 6112771..f412cf0 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.18 1996/04/07 17:38:49 bde Exp $ + * $Id: linux_misc.c,v 1.19 1996/05/02 10:43:13 phk Exp $ */ #include @@ -166,7 +166,6 @@ linux_uselib(struct proc *p, struct linux_uselib_args *args, int *retval) unsigned long file_offset; vm_offset_t buffer; unsigned long bss_size; - char *ptr; int error; caddr_t sg; int locked; @@ -683,7 +682,7 @@ linux_times(struct proc *p, struct linux_times_args *args, int *retval) struct timeval tv; struct linux_times_argv tms; struct rusage ru; - int error, s; + int error; #ifdef DEBUG printf("Linux-emul(%d): times(*)\n", p->p_pid); -- cgit v1.1