mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
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>
This commit is contained in:
parent
92c3504e6e
commit
624dffcbcf
7 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* mostly rewritten, threaded and wake-one semantics added
|
||||
* MSGMAX limit removed, sysctl's added
|
||||
* (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
|
||||
* (c) 1999 Manfred Spraul <manfred@colorfullife.com>
|
||||
*/
|
||||
|
||||
#include <linux/capability.h>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
* /proc/sysvipc/sem support (c) 1999 Dragos Acostachioaie <dragos@iname.com>
|
||||
*
|
||||
* SMP-threaded, sysctl's added
|
||||
* (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
|
||||
* (c) 1999 Manfred Spraul <manfred@colorfullife.com>
|
||||
* Enforced range limit on SEM_UNDO
|
||||
* (c) 2001 Red Hat Inc <alan@redhat.com>
|
||||
* Lockless wakeup
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* Occurs in several places in the IPC code.
|
||||
* Chris Evans, <chris@ferret.lmh.ox.ac.uk>
|
||||
* Nov 1999 - ipc helper functions, unified SMP locking
|
||||
* Manfred Spraul <manfreds@colorfullife.com>
|
||||
* Manfred Spraul <manfred@colorfullife.com>
|
||||
* Oct 2002 - One lock per IPC id. RCU ipc_free for lock-free grow_ary().
|
||||
* Mingming Cao <cmm@us.ibm.com>
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* linux/ipc/util.h
|
||||
* Copyright (C) 1999 Christoph Rohland
|
||||
*
|
||||
* ipc helper functions (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
|
||||
* ipc helper functions (c) 1999 Manfred Spraul <manfred@colorfullife.com>
|
||||
*/
|
||||
|
||||
#ifndef _IPC_UTIL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue