freebsd-ports/devel/fhist/files/patch-common_ac_time.h
Fernando Apesteguía 5f08222331 devel/fhist: and fix bison issues and change maintership
* Retrofitted Yacc grammars to handle bison 3.6.X
 * Submitter takes maintainership

Submitted by:	aryeh.friedman@gmail.com
2020-06-26 10:34:36 +00:00

11 lines
285 B
C

--- common/ac/time.h.orig 2012-07-13 04:47:15 UTC
+++ common/ac/time.h
@@ -26,7 +26,7 @@
* Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
* before time.h
*/
-#ifdef __alpha__
+#ifdef __osf1__
#ifndef _CLOCK_ID_T
#define _CLOCK_ID_T
typedef int clockid_t;