Hi,

Unless Miod objects, I'd like to kill this leftover.
We don't seem to be ditching AF_* defines, so AF_HYLINK
glory will be preserved.  OK?

diff --git sys/netinet/in_proto.c sys/netinet/in_proto.c
index c146e49..0f7845f 100644
--- sys/netinet/in_proto.c
+++ sys/netinet/in_proto.c
@@ -322,25 +322,3 @@ struct domain inetdomain =
       rn_inithead,
 #endif
       32, sizeof(struct sockaddr_in) };
-
-#ifdef notyet /* XXXX */
-#include "hy.h"
-#if NHY > 0
-/*
- * HYPERchannel protocol family: raw interface.
- */
-int    rhy_output();
-extern struct domain hydomain;
-
-struct protosw hysw[] = {
-{ SOCK_RAW,    &hydomain,      0,              PR_ATOMIC|PR_ADDR,
-  0,           rhy_output,     0,              0,
-  rip_usrreq,
-  0,           0,              0,              0,
-},
-};
-
-struct domain hydomain =
-    { AF_HYLINK, "hy", 0, 0, 0, hysw, &hysw[nitems(hysw)] };
-#endif
-#endif

Reply via email to