summaryrefslogtreecommitdiff
path: root/net/netatalk-asun/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk-asun/patches/patch-ai')
-rw-r--r--net/netatalk-asun/patches/patch-ai19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/netatalk-asun/patches/patch-ai b/net/netatalk-asun/patches/patch-ai
deleted file mode 100644
index 9d09fe90239..00000000000
--- a/net/netatalk-asun/patches/patch-ai
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ai,v 1.5 2001/05/24 17:00:58 abs Exp $
-
---- etc/atalkd/main.c.orig Mon Jan 25 09:21:13 1999
-+++ etc/atalkd/main.c
-@@ -245,12 +245,12 @@
- syslog( LOG_INFO, "config for no router" );
-
- if ( iface->i_flags & IFACE_PHASE2 ) {
-- iface->i_rt->rt_firstnet = 0;
-+ iface->i_rt->rt_firstnet = htons( 1 );
- iface->i_rt->rt_lastnet = htons( STARTUP_LASTNET );
- setaddr( iface, IFACE_PHASE2,
- iface->i_addr.sat_addr.s_net,
- iface->i_addr.sat_addr.s_node,
-- 0, htons( STARTUP_LASTNET ));
-+ htons( 1 ), htons( STARTUP_LASTNET ));
- }
- if ( looproute( iface, RTMP_ADD ) ) { /* -1 or 1 */
- syslog( LOG_ERR,