pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mrstat Missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b79423a42d
branches:  trunk
changeset: 358662:95b79423a42d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 17 17:11:23 2017 +0000

description:
Missing include.

diffstat:

 net/mrstat/distinfo               |   3 ++-
 net/mrstat/patches/patch-mrstat.c |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r e49e7a4a5471 -r 95b79423a42d net/mrstat/distinfo
--- a/net/mrstat/distinfo       Fri Feb 17 17:10:37 2017 +0000
+++ b/net/mrstat/distinfo       Fri Feb 17 17:11:23 2017 +0000
@@ -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 -r e49e7a4a5471 -r 95b79423a42d net/mrstat/patches/patch-mrstat.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mrstat/patches/patch-mrstat.c Fri Feb 17 17:11:23 2017 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index