[PATCH] 2.5.50 : arch/i386/mm/hugetlbpage.c

Frank Davis (fdavis@si.rr.com)
Wed, 27 Nov 2002 18:36:39 -0500 (EST)


Hello all,
The following patches addresses a prototype parse error.
Please review for inclusion.

Regards,
Frank

--- linux/arch/i386/mm/hugetlbpage.c.old Wed Nov 27 18:31:44 2002
+++ linux/arch/i386/mm/hugetlbpage.c Wed Nov 27 18:31:38 2002
@@ -607,7 +607,7 @@
return (int) htlbzone_pages;
}

-int hugetlb_sysctl_handler(ctl_table *table, int write, struct file *file, void *buffer, size_t *length)
+int hugetlb_sysctl_handler(struct ctl_table *table, int write, struct file *file, void *buffer, size_t *length)
{
proc_dointvec(table, write, file, buffer, length);
htlbpage_max = set_hugetlb_mem_size(htlbpage_max);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/