openbsd-ports/net/ircd-ratbox/patches/patch-include_stdinc_h
simon cef96c6e30 import ircd-ratbox
ircd-ratbox is an advanced, stable and fast ircd.
It is the primary ircd used on EFNet, combining the stability of an ircd
required for a large production network together with a rich set of
features, making it also suitable for use on smaller networks. 

Features include:
 * optional SSL support to enable encrypted connections between clients
   and servers, as well as server to server links
 * support for SSL only channels (channel mode +S)
 * uses sqlite3 for handling and storing k/x/d lines
 * support for global CIDR limits
 * provides adminwall command allowing admins to broadcast messages to
   each other
 * support to force nick changes

request, testing and feedback by Michiel van Baak
setusercontext() idea from form@ via bernd@
tested on armish and ok by sthen@
2009-02-09 09:41:54 +00:00

13 lines
335 B
Plaintext

$OpenBSD: patch-include_stdinc_h,v 1.1.1.1 2009/02/09 09:41:54 simon Exp $
--- include/stdinc.h.orig Sun Feb 8 23:16:36 2009
+++ include/stdinc.h Sun Feb 8 23:16:52 2009
@@ -85,6 +85,8 @@ char *alloca();
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
+#include <login_cap.h>
+#include <pwd.h>
#include <limits.h>