openbsd-ports/net/centerim/patches/patch-connwrap_connwrap_c
ajacoutot 71d2945353 Import centerim-4.22.10.
CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported.
<...>

from Gonzalo L. R. with some tweaks
ok robert@
2012-03-21 14:41:22 +00:00

17 lines
424 B
Plaintext

$OpenBSD: patch-connwrap_connwrap_c,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
--- connwrap/connwrap.c.orig Tue Nov 23 20:03:04 2010
+++ connwrap/connwrap.c Tue Mar 20 15:57:32 2012
@@ -2,11 +2,11 @@
#include <config.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
-#include <netinet/in.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>