pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fair-identd
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 20 09:59:59 UTC 2026
Modified Files:
pkgsrc/net/fair-identd: distinfo
Added Files:
pkgsrc/net/fair-identd/patches: patch-identd.c
Log Message:
fair-identd: Fix implicit functions decls
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/fair-identd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/fair-identd/patches/patch-identd.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/fair-identd/distinfo
diff -u pkgsrc/net/fair-identd/distinfo:1.6 pkgsrc/net/fair-identd/distinfo:1.7
--- pkgsrc/net/fair-identd/distinfo:1.6 Tue Oct 26 11:05:35 2021
+++ pkgsrc/net/fair-identd/distinfo Fri Mar 20 09:59:59 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:05:35 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/20 09:59:59 nia Exp $
BLAKE2s (identd.c) = f8b6c5e9b700f275c5673adfc60cc2b70a2753eaa38e48ba39e466d7208853aa
SHA512 (identd.c) = b421cb6ae052d81b3ffa65f6c3283bb2a4ded2351dd7e4847566364d2bea0067b9b6c299f8b73db28347d7bd1f6d695ef23cb7f1983f818c7313bca51b4f96b4
Size (identd.c) = 2535 bytes
+SHA1 (patch-identd.c) = b075bd799c205f3b27775e1d5f1e7068b1e4410a
Added files:
Index: pkgsrc/net/fair-identd/patches/patch-identd.c
diff -u /dev/null pkgsrc/net/fair-identd/patches/patch-identd.c:1.1
--- /dev/null Fri Mar 20 09:59:59 2026
+++ pkgsrc/net/fair-identd/patches/patch-identd.c Fri Mar 20 09:59:59 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-identd.c,v 1.1 2026/03/20 09:59:59 nia Exp $
+
+Fix implicit declaration of exit(3).
+
+--- identd.c.orig 2026-03-20 09:37:28.937868067 +0000
++++ identd.c
+@@ -28,6 +28,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #define STDIN 0
+ #define STDOUT 1
Home |
Main Index |
Thread Index |
Old Index