summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-07-05 12:04:51 +0000
committerdg <dg@FreeBSD.org>1995-07-05 12:04:51 +0000
commit5f993810e3e669cf015a523fde64e4fc5da584e9 (patch)
tree103a6bfe66209993dc40e609ce97eeb9de986073 /sys
parent60db1a16bc533f4eff047757b9732e1076900e07 (diff)
downloadFreeBSD-src-5f993810e3e669cf015a523fde64e4fc5da584e9.zip
FreeBSD-src-5f993810e3e669cf015a523fde64e4fc5da584e9.tar.gz
Killed "maxmem" declaration. We don't have that variable in FreeBSD.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h3
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 */
OpenPOWER on IntegriCloud