gcc -fno-common fallout
This commit is contained in:
parent
556095151a
commit
dba2da8249
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.729 2012/06/27 00:37:08 jym Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.730 2012/07/27 22:55:29 drochner Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
|
||||
@ -67,7 +67,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.729 2012/06/27 00:37:08 jym Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.730 2012/07/27 22:55:29 drochner Exp $");
|
||||
|
||||
#include "opt_beep.h"
|
||||
#include "opt_compat_ibcs2.h"
|
||||
@ -233,8 +233,6 @@ int cpureset_delay = 2000; /* default to 2s */
|
||||
struct mtrr_funcs *mtrr_funcs;
|
||||
#endif
|
||||
|
||||
int physmem;
|
||||
|
||||
int cpu_class;
|
||||
int use_pae;
|
||||
int i386_fpu_present;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: udf.h,v 1.44 2011/09/27 01:13:16 christos Exp $ */
|
||||
/* $NetBSD: udf.h,v 1.45 2012/07/27 22:55:30 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006, 2008 Reinoud Zandijk
|
||||
@ -210,7 +210,7 @@ MALLOC_DECLARE(M_UDFMNT);
|
||||
MALLOC_DECLARE(M_UDFVOLD);
|
||||
MALLOC_DECLARE(M_UDFTEMP);
|
||||
|
||||
struct pool udf_node_pool;
|
||||
extern struct pool udf_node_pool;
|
||||
struct udf_node;
|
||||
struct udf_strategy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user