diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2012-02-10 06:44:30 +0000 | 
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2012-02-10 06:44:30 +0000 | 
| commit | f44d97bd0c010739b30e62580dfb584a25193386 (patch) | |
| tree | e02afeca14d627a7674b727a2f66f8d2121c7e7f | |
| parent | 20c390af6349ee2953d10b59954fc8befd8306fb (diff) | |
Notes
| -rw-r--r-- | sys/geom/part/g_part_apm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index 1adee7c30e84..d99ddda7ac71 100644 --- a/sys/geom/part/g_part_apm.c +++ b/sys/geom/part/g_part_apm.c @@ -102,7 +102,7 @@ static struct g_part_scheme g_part_apm_scheme = {  	sizeof(struct g_part_apm_table),  	.gps_entrysz = sizeof(struct g_part_apm_entry),  	.gps_minent = 16, -	.gps_maxent = INT_MAX, +	.gps_maxent = 4096,  };  G_PART_SCHEME_DECLARE(g_part_apm);  | 
