Merge 4.4-Lite-2: update some declarations that we don't support anyway.

Obtained from:	4.4BSD-Lite-2
This commit is contained in:
wollman 1995-09-21 17:58:07 +00:00
parent b4a12df8bb
commit d8b16c6b3a

View File

@ -30,8 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* From: @(#)in_proto.c 8.1 (Berkeley) 6/10/93
* $Id: in_proto.c,v 1.16 1995/06/13 17:51:09 wollman Exp $
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
* $Id: in_proto.c,v 1.17 1995/06/26 16:11:51 wollman Exp $
*/
#include <sys/param.h>
@ -73,8 +73,8 @@ void idpip_input(), nsip_ctlinput();
#endif
#ifdef TPIP
void tpip_input(), tpip_ctlinput(), tp_ctloutput();
int tp_init(), tp_slowtimo(), tp_drain(), tp_usrreq();
void tpip_input(), tpip_ctlinput(), tp_init(), tp_slowtimo(), tp_drain();
int tp_ctloutput(), tp_usrreq();
#endif
#ifdef EON