1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net-im/icb/files/patch-icb__main.c
Martin Wilke 0267ab2ef6 - Fix build with clang
- Trim header

PR:		175036
Submitted by:	Ports Fury
2013-02-07 14:34:29 +00:00

12 lines
308 B
C

--- icb/main.c.orig 2000-12-12 16:02:07.000000000 +0900
+++ icb/main.c 2012-10-25 18:18:39.000000000 +0900
@@ -279,7 +279,7 @@
#endif
readlineinit();
if (restrictflg && !gv.restricted)
- restrict();
+ icb_restrict();
}
/* try to connect to port - if it fails, start server if we are on */