diff options
author | joerg <joerg@pkgsrc.org> | 2017-02-17 17:11:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-02-17 17:11:23 +0000 |
commit | 3afc4f51ef258569ca4cd3d55e96468c138b214e (patch) | |
tree | 82ca26358e1bbf1760fd79c4fe7e6d700b780c6a /net | |
parent | 85d0d6f4d8dd163b919ee3df5995885ed5103330 (diff) | |
download | pkgsrc-3afc4f51ef258569ca4cd3d55e96468c138b214e.tar.gz |
Missing include.
Diffstat (limited to 'net')
-rw-r--r-- | net/mrstat/distinfo | 3 | ||||
-rw-r--r-- | net/mrstat/patches/patch-mrstat.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/mrstat/distinfo b/net/mrstat/distinfo index 1b3bfd1947e..4fce9e5ae3f 100644 --- a/net/mrstat/distinfo +++ b/net/mrstat/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2017/01/04 21:20:16 abs Exp $ +$NetBSD: distinfo,v 1.10 2017/02/17 17:11:23 joerg Exp $ SHA1 (mrstat-1.21.tar.gz) = 7e49f9b7cf90c01b5d1e2c7877205210b80ec685 RMD160 (mrstat-1.21.tar.gz) = c96faec314df455ad226bfd6f6c6a52a619dfcf2 SHA512 (mrstat-1.21.tar.gz) = 898c9261060625babef046481f3d826a465f6efe8bdb91fd0636da11693386129f79ea03f1a058afc79aa92fb06181033201c23bcf24810ba9a4699362c600ed Size (mrstat-1.21.tar.gz) = 5828 bytes +SHA1 (patch-mrstat.c) = 3c1432f27e9221453ab2bba3bdc39ec869614124 diff --git a/net/mrstat/patches/patch-mrstat.c b/net/mrstat/patches/patch-mrstat.c new file mode 100644 index 00000000000..40100a9a12e --- /dev/null +++ b/net/mrstat/patches/patch-mrstat.c @@ -0,0 +1,12 @@ +$NetBSD: patch-mrstat.c,v 1.1 2017/02/17 17:11:23 joerg Exp $ + +--- mrstat.c.orig 2017-02-17 11:57:14.884313822 +0000 ++++ mrstat.c +@@ -13,6 +13,7 @@ + #include <sys/types.h> + #include <sys/param.h> + #include <sys/socket.h> ++#include <sys/stat.h> + #include <err.h> + #include <fcntl.h> + #include <netdb.h> |