mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
$NetBSD: patch-aa,v 1.2 2011/07/08 11:40:28 asau Exp $
|
|
|
|
--- C/sysbits.c.orig 2011-06-11 19:38:36.000000000 +0400
|
|
+++ C/sysbits.c 2011-07-04 22:16:32.000000000 +0400
|
|
@@ -575,7 +575,7 @@
|
|
#define TicksPerSec CLK_TCK
|
|
#endif
|
|
|
|
-#if defined(__alpha) || defined(__FreeBSD__) || defined(__linux__) || defined(__DragonFly__)
|
|
+#if defined(__NetBSD__) || defined(__alpha) || defined(__FreeBSD__) || defined(__linux__) || defined(__DragonFly__)
|
|
|
|
#if HAVE_TIME_H
|
|
#include <time.h>
|