Hello,

attached is a patch for tinyfugue. The variable world_decl was just
declared, but never used.

Regards,
Markus

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tinyfugue/Makefile,v
retrieving revision 1.30
diff -u -p -u -p -r1.30 Makefile
--- Makefile    12 Jul 2019 20:48:50 -0000      1.30
+++ Makefile    9 Feb 2021 22:12:53 -0000
@@ -3,7 +3,7 @@
 COMMENT=       programmable MUD client, with macro support and more

 PKGNAME=       tinyfugue-4.0s1
-REVISION=      5
+REVISION=      6
 DISTNAME=      tf-40s1
 CATEGORIES=    net games

Index: patches/patch-src_socket_h
===================================================================
RCS file: patches/patch-src_socket_h
diff -N patches/patch-src_socket_h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_socket_h  9 Feb 2021 22:12:53 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: src/socket.h
+--- src/socket.h.orig
++++ src/socket.h
+@@ -13,7 +13,7 @@
+ #define SOCK_RECV     0
+ #define SOCK_SEND     1
+
+-struct World   *world_decl;   /* declares struct World */
++struct World; /* declares struct World */
+
+ extern Aline *incoming_text;
+ extern int quit_flag;

Reply via email to