From 5b26c39aa4c11a28eddc7e85463d1cb47d7c2c23 Mon Sep 17 00:00:00 2001 From: he Date: Mon, 24 Jan 2000 10:40:56 +0000 Subject: [PATCH] Remove local declaration of errno, rely on instead. --- distrib/utils/sysinst/run.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/distrib/utils/sysinst/run.c b/distrib/utils/sysinst/run.c index cec8b426c3cb..ac242662e326 100644 --- a/distrib/utils/sysinst/run.c +++ b/distrib/utils/sysinst/run.c @@ -1,4 +1,4 @@ -/* $NetBSD: run.c,v 1.28 2000/01/19 09:44:01 mycroft Exp $ */ +/* $NetBSD: run.c,v 1.29 2000/01/24 10:40:56 he Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -67,8 +67,6 @@ #define Xsystem(y) system(y) #endif -extern int errno; - /* * local prototypes */