2003-09-04 03:32:34

by Trivial Patch Monkey

[permalink] [raw]
Subject: [TRIVIAL] Documentation_vm_hugetlbfs.txt

From: Maciej Soltysiak <[email protected]>

Hi Rusty,

here's a patch to change the hugetlbfs examples actually being possible to
compile. errno is being used while it's not included.

Regards,
Maciej


--- trivial-2.6.0-test4-bk5/Documentation/vm/hugetlbpage.txt.orig 2003-09-04 13:01:50.000000000 +1000
+++ trivial-2.6.0-test4-bk5/Documentation/vm/hugetlbpage.txt 2003-09-04 13:01:50.000000000 +1000
@@ -107,6 +107,7 @@
#include <sys/shm.h>
#include <sys/types.h>
#include <sys/mman.h>
+#include <errno.h>

extern int errno;
#define SHM_HUGETLB 04000
@@ -167,6 +168,7 @@
#include <stdio.h>
#include <sys/mman.h>
#include <fcntl.h>
+#include <errno.h>

#define FILE_NAME "/mnt/hugepagefile"
#define LENGTH (256*1024*1024)
--
What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
Don't blame me: the Monkey is driving
File: Maciej Soltysiak <[email protected]>: [TRIVIAL][2.6] Documentation_vm_hugetlbfs.txt