aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
commitb5e8ce9f12b66453759f254bdf8bfc53fe2b6948 (patch)
treee4952f18ac85eccbbd3d9b0f010098732d07fe6d /sys/vm/vm_init.c
parent11098d3bad179feb30248af23c90e5df877d36f8 (diff)
downloadsrc-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.tar.gz
src-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.zip
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
Notes
Notes: svn path=/head/; revision=7090
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 6406c1ed645c..64f3814d2184 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_init.c,v 1.4 1994/10/09 01:52:09 phk Exp $
+ * $Id: vm_init.c,v 1.5 1995/01/09 16:05:42 davidg Exp $
*/
/*
@@ -85,9 +85,6 @@
void
vm_mem_init()
{
- extern vm_offset_t avail_start, avail_end;
- extern vm_offset_t virtual_avail, virtual_end;
-
/*
* Initializes resident memory structures. From here on, all physical
* memory is accounted for, and we use only virtual addresses.