diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-04-21 20:32:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-04-21 20:32:11 +0000 |
| commit | 0432a202f348d46a30be02606703716b3e65b7c3 (patch) | |
| tree | 522a37fbe1f13c688352ff3b5f30d1929ef39178 /usr.bin | |
| parent | 18b4c8e206488014cce2e1a40b4f3d5fd20f4ddb (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 2c088b65ac529..2d3e9619d41d5 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)job.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: job.h,v 1.7 1997/02/22 19:27:12 peter Exp $ */ /*- @@ -55,7 +55,7 @@ * seconds and SEL_USEC is the number of micro-seconds */ #define SEL_SEC 0 -#define SEL_USEC 500000 +#define SEL_USEC 100000 /*- |
