From owner-freebsd-commit Thu Nov 16 02:35:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01401 for freebsd-commit-outgoing; Thu, 16 Nov 1995 02:35:56 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01369 for cvs-all-outgoing; Thu, 16 Nov 1995 02:35:49 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01341 for cvs-sys-outgoing; Thu, 16 Nov 1995 02:35:43 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01312 ; Thu, 16 Nov 1995 02:35:36 -0800 Date: Thu, 16 Nov 1995 02:35:36 -0800 From: Bruce Evans Message-Id: <199511161035.CAA01312@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/isdn iitty.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 02:35:33 Modified: sys/gnu/isdn iitty.c Log: Fixed the type of ity_input(). A trailing arg was missing. Completed function declarations. Added prototypes. Removed some useless includes.