summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2006-09-29 16:44:45 +0000
committerandre <andre@FreeBSD.org>2006-09-29 16:44:45 +0000
commita5d21a05c11ea08c8453bd2288c23959324ca458 (patch)
tree9337f0924968dcbc70c3764ec386f452f81670dd /sys/netinet/ip_output.c
parentb7f17de1ebfd23908b9e3b6ba67f2387f2e01608 (diff)
downloadFreeBSD-src-a5d21a05c11ea08c8453bd2288c23959324ca458.zip
FreeBSD-src-a5d21a05c11ea08c8453bd2288c23959324ca458.tar.gz
Remove stone-aged and irrelevant "#ifndef notdef".
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r--sys/netinet/ip_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 33fa325..f9c78fd 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -361,7 +361,7 @@ again:
goto sendit;
}
-#ifndef notdef
+
/*
* If the source address is not specified yet, use the address
* of the outoing interface.
@@ -372,7 +372,7 @@ again:
ip->ip_src = IA_SIN(ia)->sin_addr;
}
}
-#endif /* notdef */
+
/*
* Verify that we have any chance at all of being able to queue the
* packet or packet fragments, unless ALTQ is enabled on the given
OpenPOWER on IntegriCloud