pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tcpslice
Module Name: pkgsrc
Committed By: nia
Date: Sat Mar 21 10:36:47 UTC 2026
Modified Files:
pkgsrc/net/tcpslice: distinfo
Added Files:
pkgsrc/net/tcpslice/patches: patch-util.c
Log Message:
tcpslice: Fix implicit decl of exit(3)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/tcpslice/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tcpslice/patches/patch-util.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/tcpslice/distinfo
diff -u pkgsrc/net/tcpslice/distinfo:1.7 pkgsrc/net/tcpslice/distinfo:1.8
--- pkgsrc/net/tcpslice/distinfo:1.7 Tue Oct 26 11:07:01 2021
+++ pkgsrc/net/tcpslice/distinfo Sat Mar 21 10:36:46 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:07:01 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/03/21 10:36:46 nia Exp $
BLAKE2s (tcpslice-1.2a3.tar.gz) = 1475119ee7d32a0ee8c47113191f1838fc58be18ee77638dfd6854ce22239c01
SHA512 (tcpslice-1.2a3.tar.gz) = 04e12d592807022c78eb4941580ed103995680c69af885bb8f13828a12ec570f7fe93c34c1b20a01d3d99f445d5da17a1fcfbe25b2e3b41abe28304c034654c5
Size (tcpslice-1.2a3.tar.gz) = 76879 bytes
SHA1 (patch-aa) = 82aa2bb3cd7a691ea0559b804ca334588b37822b
+SHA1 (patch-util.c) = 88f28f55acc0d22bbf7c056639fcef5d357d77cb
Added files:
Index: pkgsrc/net/tcpslice/patches/patch-util.c
diff -u /dev/null pkgsrc/net/tcpslice/patches/patch-util.c:1.1
--- /dev/null Sat Mar 21 10:36:47 2026
+++ pkgsrc/net/tcpslice/patches/patch-util.c Sat Mar 21 10:36:46 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-util.c,v 1.1 2026/03/21 10:36:46 nia Exp $
+
+Fix implicit declaration of exit(3).
+
+--- util.c.orig 2026-03-21 10:16:39.453531852 +0000
++++ util.c
+@@ -27,6 +27,7 @@ static const char rcsid[] =
+ #include <sys/types.h>
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #if __STDC__
+ #include <stdarg.h>
+ #else
Home |
Main Index |
Thread Index |
Old Index