summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-18 03:51:45 +0000
committerRoland McGrath <roland@gnu.org>1995-02-18 03:51:45 +0000
commit0ad46177053e2c91b967d7193eeaf43e82f279ea (patch)
tree35804bc94c9d7f43cd78398a061052e38f4e9141 /mach
parent28f540f45bbacd939bfd07f213bcad2bf730b1bf (diff)
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
Diffstat (limited to 'mach')
-rw-r--r--mach/mach_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/mach_init.c b/mach/mach_init.c
index 42379feb85..43646a761e 100644
--- a/mach/mach_init.c
+++ b/mach/mach_init.c
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
#include <mach/mach_interface.h>
mach_port_t __mach_task_self_;
-vm_size_t __vm_page_size;
+vm_size_t __vm_page_size = 0; /* Must be data not bss for weak alias. */
weak_alias (__vm_page_size, vm_page_size)
void