diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-08-26 02:39:03 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-08-26 02:39:03 +0000 |
| commit | 091fe703a4b8500c428a980f23412b61936b8957 (patch) | |
| tree | 72fd560823cf294eba40c5651deb5185ea132745 /sys/alpha | |
| parent | 045d6370fcd1e343c3d63831b6a7e48ff5570889 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/ansi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h index 11dbf035602ec..aaf1fd4caad1f 100644 --- a/sys/alpha/include/ansi.h +++ b/sys/alpha/include/ansi.h @@ -48,7 +48,7 @@ * to hold the required 24 hours worth of ticks if the frequency is * 1000000ul, and ``unsigned long long'' would be nonstandard). */ -#define _BSD_CLK_TCK_ 100 -#define _BSD_CLOCKS_PER_SEC_ 100 +#define _BSD_CLK_TCK_ 128 +#define _BSD_CLOCKS_PER_SEC_ 128 #endif /* !_MACHINE_ANSI_H_ */ |
