mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Build despite the skalibs_t typedef removal. Add support for the latest skalibs release. Submitter steps up to maintain the port. Already maintainer of several ports. PR: 265759 Reported by: crest@rlwinm.de
11 lines
262 B
C
11 lines
262 B
C
--- src/rw_pass.c.orig 2022-08-10 16:08:24 UTC
|
|
+++ src/rw_pass.c
|
|
@@ -9,7 +9,7 @@
|
|
|
|
extern char const* PROG;
|
|
|
|
-void rw_pass(tain_t const* t, char** argv) {
|
|
+void rw_pass(tain const* t, char** argv) {
|
|
char buf[2*TAIN_PACK+1];
|
|
|
|
buf[tain_fmt(buf, t)]='\0';
|