summaryrefslogtreecommitdiff
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:17:27 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:17:27 -0800
commit932f485f76f33b46e302fc390ee8e66529a2e5b4 (patch)
tree80745a1b1c96c768c7ea1a2278b99a0b5ec0ab7d /kernel/fork.c
parent7df131525f431f502873361fa2f8da2039d96c79 (diff)
v2.4.9.7 -> v2.4.9.8
- Christoph Hellwig: clean up personality handling a bit - Robert Love: update sysctl/vm documentation - make the three-argument (that everybody hates) "min()" be "min_t()", and introduce a type-anal "min()" that complains about arguments of different types.
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index b692f28c2bf4..6e94c524b5f2 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -19,6 +19,7 @@
#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/completion.h>
+#include <linux/personality.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>