1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/irc/ircd-ru/files/patch-utmpx
Wen Heping ef69267e6e - Updated mirrors.
- Changed distname.
- Removed patch for include/ircsprintf.h. It seems not needed today.
- Added patch for src/s_serv.c (it needed for custom compilation with syslog disabled)
- Removed several includes utmp.h. They are not used.

PR:		ports/143008
Submitted by:	"Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
2010-01-20 14:08:30 +00:00

61 lines
1.5 KiB
Plaintext

--- src/m_nick.c.orig 2006-07-14 17:53:58.000000000 +0400
+++ src/m_nick.c 2010-01-20 09:30:51.342752644 +0300
@@ -29,7 +29,6 @@
#include "msg.h"
#include "channel.h"
#include <sys/stat.h>
-#include <utmp.h>
#include <fcntl.h>
#include "h.h"
--- src/m_services.c.orig 2006-07-14 17:53:58.000000000 +0400
+++ src/m_services.c 2010-01-20 09:31:39.523130876 +0300
@@ -29,7 +29,6 @@
#include "msg.h"
#include "channel.h"
#include <sys/stat.h>
-#include <utmp.h>
#include <fcntl.h>
#include "h.h"
--- src/m_who.c.orig 2010-01-20 09:24:57.060156113 +0300
+++ src/m_who.c 2010-01-20 09:32:12.763365040 +0300
@@ -29,7 +29,6 @@
#include "msg.h"
#include "channel.h"
#include <sys/stat.h>
-#include <utmp.h>
#include <fcntl.h>
#include "h.h"
--- src/s_bsd.c.orig 2006-07-14 18:11:33.000000000 +0400
+++ src/s_bsd.c 2010-01-20 09:32:50.543598561 +0300
@@ -42,7 +42,6 @@
#include <arpa/inet.h>
#include <stdio.h>
#include <fcntl.h>
-#include <utmp.h>
#include <sys/resource.h>
/* Stuff for poll() */
--- src/s_serv.c.orig 2010-01-20 09:24:57.340153990 +0300
+++ src/s_serv.c 2010-01-20 09:33:38.093895317 +0300
@@ -41,7 +41,6 @@
#endif
#include <sys/stat.h>
#include <fcntl.h>
-#include <utmp.h>
#include "h.h"
#if defined( HAVE_STRING_H )
#include <string.h>
--- src/s_user.c.orig 2006-07-14 18:11:33.000000000 +0400
+++ src/s_user.c 2010-01-20 09:33:57.834018154 +0300
@@ -34,7 +34,6 @@
#include <arpa/inet.h>
#endif
#include <sys/stat.h>
-#include <utmp.h>
#include <fcntl.h>
#include "h.h"
#ifdef FLUD