mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
376 B
Plaintext
17 lines
376 B
Plaintext
$NetBSD: patch-ae,v 1.2 2005/07/27 17:32:13 drochner Exp $
|
|
|
|
--- ./src/System/Classes/timer.hpp.orig 2005-07-26 11:46:06.000000000 +0200
|
|
+++ ./src/System/Classes/timer.hpp
|
|
@@ -15,10 +15,7 @@
|
|
#include "string.hpp"
|
|
#include "tm_configure.hpp"
|
|
|
|
-#ifndef HAVE_TIME_T
|
|
-#define HAVE_TIME_T
|
|
-typedef long time_t;
|
|
-#endif
|
|
+#include <time.h>
|
|
|
|
#ifdef OS_SUN
|
|
#include <sys/types.h>
|