Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst Pull up revision 1.29 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/44c4f4d0e9b1
branches:  netbsd-1-4
changeset: 470203:44c4f4d0e9b1
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 24 10:48:10 2000 +0000

description:
Pull up revision 1.29 (requested by he):
  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 f12c9ee8c961 -r 44c4f4d0e9b1 distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c       Mon Jan 24 10:46:05 2000 +0000
+++ b/distrib/utils/sysinst/run.c       Mon Jan 24 10:48:10 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: run.c,v 1.11.2.6 2000/01/23 12:57:12 he Exp $  */
+/*     $NetBSD: run.c,v 1.11.2.7 2000/01/24 10:48:10 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