From owner-cvs-sys Sun Nov 5 12:26:09 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13402 for cvs-sys-outgoing; Sun, 5 Nov 1995 12:26:09 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13390 ; Sun, 5 Nov 1995 12:26:00 -0800 Date: Sun, 5 Nov 1995 12:26:00 -0800 From: Bruce Evans Message-Id: <199511052026.MAA13390@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys conf.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk bde 95/11/05 12:26:00 Modified: sys/kern tty_conf.c sys/net if_sl.c sys/sys conf.h Log: Replaced bogus macros for entry points to unconfigured line disciplines by functions. tty_conf.c: Cleaned up formatting of tables. Removed another ARGSUSED for consistency. conf.h: Introduced typedefs for line discipline functions. Backed out most of previous revision (it is done elsewhere).