From owner-freebsd-current Thu Feb 8 04:49:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19775 for current-outgoing; Thu, 8 Feb 1996 04:49:03 -0800 (PST) Received: from marble.eps.nagoya-u.ac.jp (marble.eps.nagoya-u.ac.jp [133.6.57.68]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA19770 for ; Thu, 8 Feb 1996 04:49:01 -0800 (PST) Received: from marble.eps.nagoya-u.ac.jp (localhost [127.0.0.1]) by marble.eps.nagoya-u.ac.jp (8.7.3+2.6Wbeta5/3.3W9) with ESMTP id VAA02565 for ; Thu, 8 Feb 1996 21:48:54 +0900 (JST) Message-Id: <199602081248.VAA02565@marble.eps.nagoya-u.ac.jp> To: current@freebsd.org Subject: missing imp.h X-Mailer: Mew beta version 0.96 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Thu, 08 Feb 1996 21:48:53 +0900 From: KATO Takenori Sender: owner-current@freebsd.org Precedence: bulk The entries for optoinal imp in the file /sys/conf/files has been commented out, but /sys/netinet/in_proto.c includes imp.h. in_proto.c line 194: #include "imp.h" #if NIMP > 0 extern struct domain impdomain; int rimp_output(), hostslowtimo(); struct protosw impsw[] = { { SOCK_RAW, &impdomain, 0, PR_ATOMIC|PR_ADDR, 0, rimp_output, 0, 0, rip_usrreq, 0, 0, hostslowtimo, 0, }, }; struct domain impdomain = { AF_IMPLINK, "imp", 0, 0, 0, impsw, &impsw[sizeof (impsw)/sizeof(impsw[0])] }; DOMAIN_SET(imp); #endif ---- KATO Takenori Dept. Earth Planet. Sci., Nagoya Univ., Nagoya 464-01 Voice: +81-52-789-2529 Fax: +81-52-789-3033