Source-Changes-HG archive

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

[src/trunk]: src/sys Eliminate common.



details:   https://anonhg.NetBSD.org/src/rev/ed2ad2cb3a00
branches:  trunk
changeset: 526914:ed2ad2cb3a00
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 13 23:50:32 2002 +0000

description:
Eliminate common.

diffstat:

 sys/adosfs/adosfs.h |  4 ++--
 sys/net/if_arc.h    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e3b04ef1771c -r ed2ad2cb3a00 sys/adosfs/adosfs.h
--- a/sys/adosfs/adosfs.h       Mon May 13 22:38:01 2002 +0000
+++ b/sys/adosfs/adosfs.h       Mon May 13 23:50:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adosfs.h,v 1.19 2001/09/15 22:44:09 chs Exp $  */
+/*     $NetBSD: adosfs.h,v 1.20 2002/05/13 23:51:19 matt Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -169,5 +169,5 @@
 
 int adosfs_lookup __P((void *));
 
-int (**adosfs_vnodeop_p) __P((void *));
+extern int (**adosfs_vnodeop_p) __P((void *));
 #endif /* _KERNEL */
diff -r e3b04ef1771c -r ed2ad2cb3a00 sys/net/if_arc.h
--- a/sys/net/if_arc.h  Mon May 13 22:38:01 2002 +0000
+++ b/sys/net/if_arc.h  Mon May 13 23:50:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp $      */
+/*     $NetBSD: if_arc.h,v 1.14 2002/05/13 23:50:32 matt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -119,7 +119,7 @@
 };
 
 #ifdef _KERNEL
-u_int8_t arcbroadcastaddr;
+extern u_int8_t arcbroadcastaddr;
 extern int arc_ipmtu;  /* XXX new ip only, no RFC 1051! */
 
 void   arc_ifattach __P((struct ifnet *, u_int8_t));



Home | Main Index | Thread Index | Old Index