Moved "Changes" comments from system/do_....c to system.h.

All changes are now in a single header file.
This commit is contained in:
Jorrit Herder
2005-08-10 10:23:55 +00:00
parent f83ae4b3d1
commit 2a165d972e
18 changed files with 27 additions and 59 deletions

View File

@@ -4,9 +4,6 @@
* The parameters for this system call are:
* m2_i1: SIG_PROC # process to signal/ pending
* m2_i2: SIG_NUMBER # signal number to send to process
*
* Changes:
* Jul 09, 2005 updated to signal system processes (Jorrit N. Herder)
*/
#include "../system.h"