mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
423 B
C
14 lines
423 B
C
$NetBSD: patch-InOut_winEPS.c,v 1.1 2014/03/06 10:16:53 mrg Exp $
|
|
|
|
--- InOut/winEPS.c.orig 2005-12-29 05:49:04.000000000 -0800
|
|
+++ InOut/winEPS.c
|
|
@@ -146,7 +146,7 @@ void PS_MakeGraph(CSOUND *csound, WINDAT
|
|
* Get the current time and date
|
|
*/
|
|
lt = time(NULL);
|
|
-#ifndef LINUX
|
|
+#if !defined(LINUX) && !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
{
|
|
struct tm *date_ptr;
|
|
char *date;
|