The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] 2.5.50 : arch/i386/mm/hugetlbpage.c
@ 2002-11-27 23:36 Frank Davis
  0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2002-11-27 23:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: fdavis, torvalds

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-27 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-27 23:36 [PATCH] 2.5.50 : arch/i386/mm/hugetlbpage.c Frank Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox