pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/samba4/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 21 09:35:50 UTC 2022

Added Files:
        pkgsrc/net/samba4/patches: patch-lib_util_time.h

Log Message:
Add missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba4/patches/patch-lib_util_time.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/samba4/patches/patch-lib_util_time.h
diff -u /dev/null pkgsrc/net/samba4/patches/patch-lib_util_time.h:1.1
--- /dev/null   Thu Jul 21 09:35:50 2022
+++ pkgsrc/net/samba4/patches/patch-lib_util_time.h     Thu Jul 21 09:35:50 2022
@@ -0,0 +1,25 @@
+$NetBSD: patch-lib_util_time.h,v 1.1 2022/07/21 09:35:50 adam Exp $
+
+Define timeval/timespec.
+
+--- lib/util/time.h.orig       2022-07-20 13:08:26.333843041 +0000
++++ lib/util/time.h
+@@ -28,6 +28,18 @@
+ #include <stdint.h>
+ #include <talloc.h>
+ 
++/* From "system/time.h" */
++#ifdef TIME_WITH_SYS_TIME
++#include <sys/time.h>
++#include <time.h>
++#else
++#ifdef HAVE_SYS_TIME_H
++#include <sys/time.h>
++#else
++#include <time.h>
++#endif
++#endif
++
+ #ifndef TIME_T_MIN
+ /* we use 0 here, because (time_t)-1 means error */
+ #define TIME_T_MIN 0



Home | Main Index | Thread Index | Old Index