Skip to content
Snippets Groups Projects
Commit 0b12c5d2 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

(trunk) patched gfile.h to compile under NetBSD

parent b27eb428
No related branches found
No related tags found
No related merge requests found
$ diff -u gfile.h.orig gfile.h
--- gfile.h.orig 2018-03-22 15:08:01.913911597 +0100
+++ gfile.h 2018-03-22 15:00:59.106829862 +0100
@@ -51,6 +51,8 @@
#elif defined(ACORN)
#elif defined(MACOS)
# include <ctime.h>
+#elif defined(__NetBSD__)
+#include <time.h>
#else
# include <unistd.h>
# include <sys/types.h>
......@@ -51,6 +51,8 @@ extern "C" {
#elif defined(ACORN)
#elif defined(MACOS)
# include <ctime.h>
#elif defined(__NetBSD__)
#include <time.h>
#else
# include <unistd.h>
# include <sys/types.h>
......
#define luatex_svn_revision 6673
#define luatex_svn_revision 6675
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment