1999-09-29 Mark Kettenis <kettenis@gnu.org>

* hertz.h [MACH] (hertz): Remove macro.  The
        <machine/mach_param.h> include doesn't exist on al Mach based
        systems, and the definition of hertz breaks compilation of hertz.c
        anyway.
This commit is contained in:
Phil Blundell 2000-03-26 12:31:16 +00:00
parent fd5ccd4792
commit 630376d212
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,10 @@
1999-09-29 Mark Kettenis <kettenis@gnu.org>
* hertz.h [MACH] (hertz): Remove macro. The
<machine/mach_param.h> include doesn't exist on al Mach based
systems, and the definition of hertz breaks compilation of hertz.c
anyway.
2000-02-22 Ian Lance Taylor <ian@zembu.com>
From Brad Lucier <lucier@math.purdue.edu>:

View File

@ -10,13 +10,6 @@
* we return HZ_WRONG, an impossible sampling frequency.
*/
/* FIXME: Checking for MACH here makes no sense when for a cross
gprof. */
#ifdef MACH
#include <machine/mach_param.h>
#define hertz() (HZ)
#else
extern int hertz PARAMS ((void));
#endif
#endif /* hertz_h */