mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
10 lines
235 B
C
10 lines
235 B
C
--- nstat.c.orig 2018-07-26 14:34:20 UTC
|
|
+++ nstat.c
|
|
@@ -53,6 +53,7 @@
|
|
|
|
|
|
/* why is this only defined in the kernel */
|
|
+#undef timespecadd
|
|
#define timespecadd(vvp, uvp) \
|
|
do { \
|
|
(vvp)->tv_sec += (uvp)->tv_sec; \
|