Files
pkgsrc-ng/net/mrt/patches/patch-ag
2013-09-26 17:14:40 +02:00

14 lines
433 B
Plaintext

$NetBSD: patch-ag,v 1.1 2007/12/21 13:30:13 obache Exp $
--- lib/config/commconf.c.orig 2000-05-23 07:53:10.000000000 +0000
+++ lib/config/commconf.c
@@ -365,7 +365,7 @@ config_interface (uii_connection_t * uii
uii->state = UII_CONFIG_INTERFACE;
Delete (name);
- LL_Iterate (CONFIG_MRTD->ll_interfaces, (char *) ip) {
+ LL_Iterate (CONFIG_MRTD->ll_interfaces, ip) {
if (ip == interface)
return (0);
}