blob: 1558bbcd64a7f52949b5af55dcbda1fb46db2f4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.1.1.1 2006/05/21 22:46:22 ben 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__)
{
struct tm *date_ptr;
char *date;
|