From owner-freebsd-commit Thu Nov 16 02:47:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03002 for freebsd-commit-outgoing; Thu, 16 Nov 1995 02:47:48 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA02975 for cvs-all-outgoing; Thu, 16 Nov 1995 02:47:40 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA02959 for cvs-sys-outgoing; Thu, 16 Nov 1995 02:47:36 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA02923 ; Thu, 16 Nov 1995 02:47:24 -0800 Date: Thu, 16 Nov 1995 02:47:24 -0800 From: Bruce Evans Message-Id: <199511161047.CAA02923@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/isdn isdn.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 02:47:23 Modified: sys/gnu/isdn isdn.c Log: Fixed a call to the listen function. A trailing arg was missing. Fixed the type of isdn_check(). A trailing arg was missing. Included "conf.h" to get some prototypes. Completed function declarations. Added prototypes. Removed some useless includes.