summaryrefslogtreecommitdiff
path: root/irc/srvx/files/patch-src-proto-p10.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-05 23:40:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-05 23:40:15 +0000
commit42df5aefce691ec74c6172f3e3a83b899f28c271 (patch)
tree38bf1f3a05063b58f1390c5c800779c9be4cfb61 /irc/srvx/files/patch-src-proto-p10.c
parent- Update to 1.00 (diff)
- Update to 1.4.1
PR: 124314 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=214404
Diffstat (limited to 'irc/srvx/files/patch-src-proto-p10.c')
-rw-r--r--irc/srvx/files/patch-src-proto-p10.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/irc/srvx/files/patch-src-proto-p10.c b/irc/srvx/files/patch-src-proto-p10.c
index b091a3cae966..0f27155aba3b 100644
--- a/irc/srvx/files/patch-src-proto-p10.c
+++ b/irc/srvx/files/patch-src-proto-p10.c
@@ -1,19 +1,19 @@
---- src/proto-p10.c.old Tue Feb 22 05:11:21 2005
-+++ src/proto-p10.c Mon Mar 14 22:21:12 2005
-@@ -367,10 +367,10 @@
+--- src/proto-p10.c.orig 2008-05-29 03:46:01.000000000 +0900
++++ src/proto-p10.c 2008-05-29 03:48:41.000000000 +0900
+@@ -369,10 +369,10 @@
if (srv == self) {
/* The +s, ignored by Run's ircu, means "service" to Undernet's ircu */
- putsock(P10_SERVER " %s %d %li %li J10 %s%s +s :%s",
+ putsock(P10_SERVER " %s %d %li %li J10 %s%s +s6 :%s",
- srv->name, srv->hops+1, srv->boot, srv->link, srv->numeric, extranum, srv->description);
+ srv->name, srv->hops+1, (long)srv->boot, (long)srv->link, srv->numeric, extranum, srv->description);
} else {
- putsock("%s " P10_SERVER " %s %d %li %li %c10 %s%s +s :%s",
+ putsock("%s " P10_SERVER " %s %d %li %li %c10 %s%s +s6 :%s",
- self->numeric, srv->name, srv->hops+1, srv->boot, srv->link, (srv->self_burst ? 'J' : 'P'), srv->numeric, extranum, srv->description);
+ self->numeric, srv->name, srv->hops+1, (long)srv->boot, (long)srv->link, (srv->self_burst ? 'J' : 'P'), srv->numeric, extranum, srv->description);
}
}
-@@ -408,10 +408,10 @@
+@@ -485,10 +485,10 @@
/* we don't need to put the + in modes because it's in the format string. */
putsock("%s " P10_NICK " %s %d %li %s %s +%s %s %s :%s",
@@ -26,7 +26,7 @@
}
}
-@@ -545,7 +545,7 @@
+@@ -637,7 +637,7 @@
irc_gline(struct server *srv, struct gline *gline)
{
putsock("%s " P10_GLINE " %s +%s %ld :%s",
@@ -35,7 +35,7 @@
}
void
-@@ -680,9 +680,9 @@
+@@ -772,9 +772,9 @@
{
if (what->members.used == 1) {
putsock("%s " P10_CREATE " %s %lu",