pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mrstat



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Feb 17 17:11:23 UTC 2017

Modified Files:
        pkgsrc/net/mrstat: distinfo
Added Files:
        pkgsrc/net/mrstat/patches: patch-mrstat.c

Log Message:
Missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/mrstat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/mrstat/patches/patch-mrstat.c

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

Modified files:

Index: pkgsrc/net/mrstat/distinfo
diff -u pkgsrc/net/mrstat/distinfo:1.9 pkgsrc/net/mrstat/distinfo:1.10
--- pkgsrc/net/mrstat/distinfo:1.9      Wed Jan  4 21:20:16 2017
+++ pkgsrc/net/mrstat/distinfo  Fri Feb 17 17:11:23 2017
@@ -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

Added files:

Index: pkgsrc/net/mrstat/patches/patch-mrstat.c
diff -u /dev/null pkgsrc/net/mrstat/patches/patch-mrstat.c:1.1
--- /dev/null   Fri Feb 17 17:11:23 2017
+++ pkgsrc/net/mrstat/patches/patch-mrstat.c    Fri Feb 17 17:11:23 2017
@@ -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