-/* $OpenBSD: uipc_domain.c,v 1.38 2014/09/14 14:17:26 jsg Exp $ */
+/* $OpenBSD: uipc_domain.c,v 1.39 2014/12/23 03:26:24 tedu Exp $ */
/* $NetBSD: uipc_domain.c,v 1.14 1996/02/09 19:00:44 christos Exp $ */
/*
* it will be initialized as the *first* element. confusing!
*/
ADDDOMAIN(unix);
-#ifdef INET
ADDDOMAIN(inet);
-#endif
#ifdef INET6
ADDDOMAIN(inet6);
#endif /* INET6 */
-/* $OpenBSD: domain.h,v 1.12 2014/08/31 01:42:36 guenther Exp $ */
+/* $OpenBSD: domain.h,v 1.13 2014/12/23 03:26:24 tedu Exp $ */
/* $NetBSD: domain.h,v 1.10 1996/02/09 18:25:07 christos Exp $ */
/*
extern struct domain *domains;
void domaininit(void);
-#ifdef INET
extern struct domain inetdomain;
-#endif
#ifdef INET6
extern struct domain inet6domain;