Module Name:    src
Committed By:   martin
Date:           Sun Aug 12 20:50:39 UTC 2012

Modified Files:
        src/sys/arch/atari/pci: pci_milan.c

Log Message:
Add a missing extern to apeas -fno-common.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/atari/pci/pci_milan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/pci/pci_milan.c
diff -u src/sys/arch/atari/pci/pci_milan.c:1.12 src/sys/arch/atari/pci/pci_milan.c:1.13
--- src/sys/arch/atari/pci/pci_milan.c:1.12	Mon Mar 16 23:11:10 2009
+++ src/sys/arch/atari/pci/pci_milan.c	Sun Aug 12 20:50:39 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_milan.c,v 1.12 2009/03/16 23:11:10 dsl Exp $	*/
+/*	$NetBSD: pci_milan.c,v 1.13 2012/08/12 20:50:39 martin Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_milan.c,v 1.12 2009/03/16 23:11:10 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_milan.c,v 1.13 2012/08/12 20:50:39 martin Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -60,7 +60,7 @@ pci_bus_maxdevs(pci_chipset_tag_t pc, in
  */
 pcireg_t	milan_pci_confread(pcitag_t);
 void		milan_pci_confwrite(u_long, pcireg_t);
-u_long		plx_status;
+extern u_long	plx_status;
 
 pcireg_t
 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg)

Reply via email to