Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst Remove local declaration of errno, rel...



details:   https://anonhg.NetBSD.org/src/rev/0e2babefc78c
branches:  trunk
changeset: 481182:0e2babefc78c
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 24 10:40:56 2000 +0000

description:
Remove local declaration of errno, rely on <errno.h> instead.

diffstat:

 distrib/utils/sysinst/run.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 08b3ff60f676 -r 0e2babefc78c distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c       Mon Jan 24 08:47:43 2000 +0000
+++ b/distrib/utils/sysinst/run.c       Mon Jan 24 10:40:56 2000 +0000
@@ -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 
  */



Home | Main Index | Thread Index | Old Index