blob: aa2447a7675abd0c2acb807d76fdb1859919f47b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* forks.c (main): Set type of `argc' to `int'.
2002-06-15 Roland McGrath <roland@frob.com>
* forks.c (main): Fix cast of sbrk result.
1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* forks.c: Add #include's to silence implicit decl warnings
(main): Use time_t and add a cast, to silence type warnings.
1999-09-14 Thomas Bushnell, BSG <tb@mit.edu>
* forks.c (main): Count argc correctly.
Wed Apr 12 11:25:25 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
* Makefile (OBJS): New var.
Tue Apr 11 11:17:32 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
* Makefile: Rewrote in accordance with new scheme.
|