diff options
-rw-r--r-- | sys/sys/systm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 54a3d44..0b22167 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.4 (Berkeley) 2/23/94 - * $Id: systm.h,v 1.21 1995/05/14 03:00:06 davidg Exp $ + * $Id: systm.h,v 1.22 1995/05/30 08:14:38 rgrimes Exp $ */ #ifndef _SYS_SYSTM_H_ @@ -89,7 +89,6 @@ extern int selwait; /* select timeout address */ extern u_char curpriority; /* priority of current process */ -extern int maxmem; /* max memory per process */ extern int physmem; /* physical memory */ extern dev_t dumpdev; /* dump device */ |