diff options
author | joerg <joerg@pkgsrc.org> | 2018-04-01 20:29:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-04-01 20:29:28 +0000 |
commit | 213cc7c8cee3e6d1ec86e77f63168b5525bbb8cb (patch) | |
tree | 2d028716216dd5e74d472134168ac8367b137c0e /sysutils | |
parent | 8999f4ada7e0ed830975ec6218096c8cf75bc232 (diff) | |
download | pkgsrc-213cc7c8cee3e6d1ec86e77f63168b5525bbb8cb.tar.gz |
Fix missing include for timespec type.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut/distinfo | 3 | ||||
-rw-r--r-- | sysutils/ups-nut/patches/patch-clients_upsclient.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/ups-nut/distinfo b/sysutils/ups-nut/distinfo index e1ff30565c0..7c5abfe192c 100644 --- a/sysutils/ups-nut/distinfo +++ b/sysutils/ups-nut/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2018/03/28 06:23:34 mrg Exp $ +$NetBSD: distinfo,v 1.32 2018/04/01 20:29:28 joerg Exp $ SHA1 (nut-2.6.5.tar.gz) = 320debe11df91f04e32824694d0c89a020677f71 RMD160 (nut-2.6.5.tar.gz) = d6e6acd4696e3c3f8c0ecd998f8676a8625decb9 @@ -6,5 +6,6 @@ SHA512 (nut-2.6.5.tar.gz) = f1c76e6280057dc558d53451e7de2bdc7f37a0f175b1c52c27e7 Size (nut-2.6.5.tar.gz) = 2038832 bytes SHA1 (patch-aa) = 48110f378518edb43a653753eb4ef6ea28344c62 SHA1 (patch-ab) = 44988118570714ab2c3fffdd75909c2255b94fa6 +SHA1 (patch-clients_upsclient.c) = dbd2cacf598ff3dc2d3d673dae8563348fc84c8b SHA1 (patch-drivers_hidparser.c) = c71d84bbf3140db1f82ef155fdf5afec79cbd38d SHA1 (patch-drivers_libusb.c) = 4e75bc13123a37aa2a2b5497d51605f88b0c5464 diff --git a/sysutils/ups-nut/patches/patch-clients_upsclient.c b/sysutils/ups-nut/patches/patch-clients_upsclient.c new file mode 100644 index 00000000000..1c589035abb --- /dev/null +++ b/sysutils/ups-nut/patches/patch-clients_upsclient.c @@ -0,0 +1,12 @@ +$NetBSD: patch-clients_upsclient.c,v 1.1 2018/04/01 20:29:28 joerg Exp $ + +--- clients/upsclient.c.orig 2018-04-01 17:13:02.200981408 +0000 ++++ clients/upsclient.c +@@ -28,6 +28,7 @@ + #include <string.h> + #include <unistd.h> + #include <sys/socket.h> ++#include <sys/time.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <fcntl.h> |