diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-21 02:36:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-21 02:36:04 +0000 |
commit | 33e5b10207ee219f115db0e1f5eb0b4799bc859e (patch) | |
tree | 5adb83d9cbfde7d906b8d2cea691c7a10cda8488 | |
parent | bc21b97fdc2592be476e3a2372713833f00594d2 (diff) |
Sat Feb 20 06:26:17 1999 Thomas Bushnell, BSG <tb@mit.edu>
* stubs.c (send_signal): Typo in comment.
-rw-r--r-- | proc/ChangeLog | 4 | ||||
-rw-r--r-- | proc/stubs.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index cd9daf0a..b2557054 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 20 06:26:17 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * stubs.c (send_signal): Typo in comment. + 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * cpu-types.c: Test with #ifdef for CPU_TYPE_I486, CPU_TYPE_PENTIUM, diff --git a/proc/stubs.c b/proc/stubs.c index d43f2ea5..f95bdfa5 100644 --- a/proc/stubs.c +++ b/proc/stubs.c @@ -1,5 +1,5 @@ /* By-hand stubs for some RPC calls - Copyright (C) 1994, 1996 Free Software Foundation + Copyright (C) 1994, 1996, 1999 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -105,7 +105,7 @@ send_signal (mach_port_t msgport, MACH_MSG_TYPE_COPY_SEND, /* msgt_name */ 32, /* msgt_size */ 1, /* msgt_number */ - 1, /* msgt_unline */ + 1, /* msgt_inline */ 0, /* msgt_longform */ 0, /* msgt_deallocate */ 0, /* msgt_unused */ |