From 442306fe3648a8c739976dd74b9c41fdbc663f85 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Fri, 6 Jun 1997 01:39:24 +0000
Subject: [PATCH] From: "Brian E. Gallew" <geek+@cmu.edu>

Define USE_POSIX_TIME for dgux port
---
 src/include/port/dgux.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h
index 0d2f99a6fd6..e99e3dbc2ca 100644
--- a/src/include/port/dgux.h
+++ b/src/include/port/dgux.h
@@ -1,5 +1,6 @@
 #define LINUX_ELF
 #define USE_POSIX_SIGNALS
+#define USE_POSIX_TIME
 #ifndef         BYTE_ORDER
 # define         BYTE_ORDER      BIG_ENDIAN
 #endif
-- 
GitLab