pkgsrc/net/mrt/patches/patch-ag
obache 9ce8e066fe Fix build problems with gcc4.
* invalid lvalue cast
* static v.s. extern
2007-12-21 13:30:12 +00:00

13 lines
433 B
Text

$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);
}