Moved declaration of zbuf outside of #ifdef DEVFS code.

This commit is contained in:
Nate Williams 1996-07-15 18:22:07 +00:00
parent caef76e8bd
commit 20073b6d10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17178
2 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@
*
* from: Utah $Hdr: mem.c 1.13 89/10/08$
* from: @(#)mem.c 7.2 (Berkeley) 5/9/91
* $Id: mem.c,v 1.35 1996/07/14 06:05:53 dyson Exp $
* $Id: mem.c,v 1.36 1996/07/15 05:23:04 bde Exp $
*/
/*
@ -87,6 +87,8 @@ static struct cdevsw mem_cdevsw =
mmioctl, nullstop, nullreset, nodevtotty,/* memory */
seltrue, memmmap, NULL, "mem", NULL, -1 };
static caddr_t zbuf;
#ifdef DEVFS
static void *mem_devfs_token;
static void *kmem_devfs_token;
@ -99,8 +101,6 @@ static void *io_devfs_token;
static void *perfmon_devfs_token;
#endif
static caddr_t zbuf;
static void memdevfs_init __P((void));
static void

View File

@ -38,7 +38,7 @@
*
* from: Utah $Hdr: mem.c 1.13 89/10/08$
* from: @(#)mem.c 7.2 (Berkeley) 5/9/91
* $Id: mem.c,v 1.35 1996/07/14 06:05:53 dyson Exp $
* $Id: mem.c,v 1.36 1996/07/15 05:23:04 bde Exp $
*/
/*
@ -87,6 +87,8 @@ static struct cdevsw mem_cdevsw =
mmioctl, nullstop, nullreset, nodevtotty,/* memory */
seltrue, memmmap, NULL, "mem", NULL, -1 };
static caddr_t zbuf;
#ifdef DEVFS
static void *mem_devfs_token;
static void *kmem_devfs_token;
@ -99,8 +101,6 @@ static void *io_devfs_token;
static void *perfmon_devfs_token;
#endif
static caddr_t zbuf;
static void memdevfs_init __P((void));
static void