Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dec Declare the mcclock_pad32_busfns variable as ext...



details:   https://anonhg.NetBSD.org/src/rev/d90d1f2534ab
branches:  trunk
changeset: 481977:d90d1f2534ab
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Feb 11 02:36:16 2000 +0000

description:
Declare the mcclock_pad32_busfns variable as extern.

diffstat:

 sys/dev/dec/mcclock_pad32.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r c7df428e9948 -r d90d1f2534ab sys/dev/dec/mcclock_pad32.h
--- a/sys/dev/dec/mcclock_pad32.h       Fri Feb 11 02:05:28 2000 +0000
+++ b/sys/dev/dec/mcclock_pad32.h       Fri Feb 11 02:36:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcclock_pad32.h,v 1.9 1998/04/19 07:50:26 jonathan Exp $       */
+/*     $NetBSD: mcclock_pad32.h,v 1.10 2000/02/11 02:36:16 simonb Exp $        */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -51,4 +51,4 @@
 };
 
 /* register read/write functions */
-const struct mcclock_busfns mcclock_pad32_busfns;
+extern const struct mcclock_busfns mcclock_pad32_busfns;



Home | Main Index | Thread Index | Old Index