From: jsg Date: Tue, 28 May 2024 12:50:23 +0000 (+0000) Subject: remove maxmem extern, var removed from all archs long ago X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e96912c05444d4ebda09dedc38c0f69383c6cd62;p=openbsd remove maxmem extern, var removed from all archs long ago --- diff --git a/sys/sys/systm.h b/sys/sys/systm.h index d831a461c41..541d83d1a77 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systm.h,v 1.170 2023/10/30 07:04:36 claudio Exp $ */ +/* $OpenBSD: systm.h,v 1.171 2024/05/28 12:50:23 jsg Exp $ */ /* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */ /*- @@ -91,7 +91,6 @@ extern int ncpusfound; /* number of CPUs found */ extern int nblkdev; /* number of entries in bdevsw */ extern int nchrdev; /* number of entries in cdevsw */ -extern int maxmem; /* max memory per process */ extern int physmem; /* physical memory */ extern dev_t dumpdev; /* dump device */