File tree Expand file tree Collapse file tree 4 files changed +3
-40
lines changed Expand file tree Collapse file tree 4 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 1
- /* $Id: getrusage.c,v 1.5 1998/02/11 19:10:57 momjian Exp $ */
1
+ /* $Id: getrusage.c,v 1.6 1998/02/24 03:45:06 scrappy Exp $ */
2
2
3
3
#include <math.h> /* for pow() prototype */
4
4
5
5
#include <errno.h>
6
6
#include "rusagestub.h"
7
- #include "port-protos.h"
8
7
9
8
#if 0 /* this is from univel port ... how does compiler define? */
10
9
/* same for i386_solaris port ... how does compiler define? */
Original file line number Diff line number Diff line change 1
- /* $Id: random.c,v 1.2 1997/12/19 13:34:29 scrappy Exp $ */
1
+ /* $Id: random.c,v 1.3 1998/02/24 03:45:07 scrappy Exp $ */
2
2
3
3
#include <math.h> /* for pow() prototype */
4
4
5
5
#include <errno.h>
6
6
#include "rusagestub.h"
7
- #include "port-protos.h"
8
7
9
8
long
10
9
random ()
Original file line number Diff line number Diff line change 1
- /* $Id: srandom.c,v 1.3 1997/12/19 13:34:31 scrappy Exp $ */
1
+ /* $Id: srandom.c,v 1.4 1998/02/24 03:45:07 scrappy Exp $ */
2
2
3
3
#include <math.h> /* for pow() prototype */
4
4
5
5
#include <errno.h>
6
6
#include "rusagestub.h"
7
- #include "port-protos.h"
8
7
9
8
void
10
9
srandom (unsigned int seed )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments