mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
$NetBSD: patch-ad,v 1.5 2008/05/31 12:21:15 drochner Exp $
|
|
|
|
--- applets/clock/clock.c.orig 2008-05-31 14:09:38.000000000 +0200
|
|
+++ applets/clock/clock.c
|
|
@@ -64,6 +64,10 @@
|
|
#include "set-timezone.h"
|
|
#include "system-timezone.h"
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#define daylight 1
|
|
+#endif
|
|
+
|
|
#define INTERNETSECOND (864)
|
|
#define INTERNETBEAT (86400)
|
|
|