summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_proto.c
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-04-21 01:41:05 +0000
committerarr <arr@FreeBSD.org>2002-04-21 01:41:05 +0000
commitab6fdd245b7105f237c28d1ef4105422a65b8ec1 (patch)
tree561c7b3bfe7901c0c84e088740e10a21d9fb43ec /sys/netatm/atm_proto.c
parent3881ce8d9cdfa95c64777d7ca9506a825dfdd6a3 (diff)
downloadFreeBSD-src-ab6fdd245b7105f237c28d1ef4105422a65b8ec1.zip
FreeBSD-src-ab6fdd245b7105f237c28d1ef4105422a65b8ec1.tar.gz
- Nuke some more not needed #ifdef cruft.
Diffstat (limited to 'sys/netatm/atm_proto.c')
-rw-r--r--sys/netatm/atm_proto.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c
index 6de7a83..79a70cc 100644
--- a/sys/netatm/atm_proto.c
+++ b/sys/netatm/atm_proto.c
@@ -112,11 +112,7 @@ struct protosw atmsw[] = {
struct domain atmdomain = {
AF_ATM,
"atm",
-#if defined(__FreeBSD__)
atm_initialize,
-#else
- 0,
-#endif
0,
0,
atmsw,
@@ -126,7 +122,6 @@ struct domain atmdomain = {
DOMAIN_SET(atm);
-#if (defined(__FreeBSD__) && (BSD >= 199506))
/*
* Protocol request not supported
*
@@ -213,6 +208,3 @@ atm_proto_notsupp4(so, i, m, addr, m2, td)
{
return (EOPNOTSUPP);
}
-
-#endif /* (defined(__FreeBSD__) && (BSD >= 199506)) */
-
OpenPOWER on IntegriCloud