diff options
author | Christian Kujau <evil@g-house.de> | 2006-01-14 20:43:54 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-14 20:43:54 -0500 |
commit | 624dffcbcf87b9c501b13256416a82487be962bc (patch) | |
tree | aa190c9532c7c6549f677f6a07f8cdf51b181815 /ipc/msg.c | |
parent | 92c3504e6ee0816d4ea1345a6bd276969224890d (diff) |
correct email address of Manfred Spraul
I tried to send the forcedeth maintainer an email, but it came back with:
"The mail address manfreds@colorfullife.com is not read anymore.
Please resent your mail to manfred@ instead of manfreds@."
This patch fixes this.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'ipc/msg.c')
-rw-r--r-- | ipc/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ | |||
12 | * | 12 | * |
13 | * mostly rewritten, threaded and wake-one semantics added | 13 | * mostly rewritten, threaded and wake-one semantics added |
14 | * MSGMAX limit removed, sysctl's added | 14 | * MSGMAX limit removed, sysctl's added |
15 | * (c) 1999 Manfred Spraul <manfreds@colorfullife.com> | 15 | * (c) 1999 Manfred Spraul <manfred@colorfullife.com> |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/capability.h> | 18 | #include <linux/capability.h> |