diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-12-29 18:24:43 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-12-29 18:24:43 +0000 |
| commit | c418fae48f9ce354df7a803a86d439b0f07e3b30 (patch) | |
| tree | b50ef2b01a4f56b14a66d9aaa37340c47c5b4fd9 | |
| parent | e6c645fad204937f30de0b6fd13aa2a52243a115 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/config/mkmakefile.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index f8e01d03d225..c129ee60e1e0 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -120,14 +120,14 @@ static struct users { int u_min; int u_max; } users[] = { - { 24, 8, 1024 }, /* MACHINE_VAX */ - { 4, 2, 128 }, /* MACHINE_TAHOE */ - { 8, 2, 64 }, /* MACHINE_HP300 */ - { 8, 2, 64 }, /* MACHINE_I386 */ - { 8, 2, 64 }, /* MACHINE_MIPS */ - { 8, 2, 64 }, /* MACHINE_PMAX */ - { 8, 2, 64 }, /* MACHINE_LUNA68K */ - { 8, 2, 64 }, /* MACHINE_NEWS3400 */ + { 8, 2, 512 }, /* MACHINE_VAX */ + { 8, 2, 512 }, /* MACHINE_TAHOE */ + { 8, 2, 512 }, /* MACHINE_HP300 */ + { 8, 2, 512 }, /* MACHINE_I386 */ + { 8, 2, 512 }, /* MACHINE_MIPS */ + { 8, 2, 512 }, /* MACHINE_PMAX */ + { 8, 2, 512 }, /* MACHINE_LUNA68K */ + { 8, 2, 512 }, /* MACHINE_NEWS3400 */ }; #define NUSERS (sizeof (users) / sizeof (users[0])) |
