From owner-freebsd-commit Thu Nov 16 02:22:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29651 for freebsd-commit-outgoing; Thu, 16 Nov 1995 02:22:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29630 for cvs-all-outgoing; Thu, 16 Nov 1995 02:22:50 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29612 for cvs-sys-outgoing; Thu, 16 Nov 1995 02:22:47 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29588 ; Thu, 16 Nov 1995 02:22:36 -0800 Date: Thu, 16 Nov 1995 02:22:36 -0800 From: Bruce Evans Message-Id: <199511161022.CAA29588@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/isdn iitel.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 02:22:35 Modified: sys/gnu/isdn iitel.c Log: Fixed the type of itel_input(). A trailing arg was missing. Included "conf.h" to get some prototypes. Removed some useless includes.