From owner-freebsd-commit Sun Apr 23 03:15:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA20444 for commit-outgoing; Sun, 23 Apr 1995 03:15:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA20424 for cvs-sys-outgoing; Sun, 23 Apr 1995 03:15:53 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA20407 ; Sun, 23 Apr 1995 03:15:44 -0700 Date: Sun, 23 Apr 1995 03:15:44 -0700 From: Bruce Evans Message-Id: <199504231015.DAA20407@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.h syscons.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/23 03:15:43 Modified: sys/i386/isa syscons.h syscons.c Log: Correct the type of the `c' arg to pccnputc(). Move declarations of console functions to cons.h so that they can't be defined inconsistently in several places. They should be config(8)ed.