diff options
author | bde <bde@FreeBSD.org> | 1995-04-21 16:30:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-04-21 16:30:18 +0000 |
commit | 03471c0c05d974fe24161c97f6c626e56630a043 (patch) | |
tree | 5efd5e605a9ccc5ef0ea26e3bedaf789b3856767 /sys/i386 | |
parent | 05efcad0fb6d46848b976a541f2367049dce01ff (diff) | |
download | FreeBSD-src-03471c0c05d974fe24161c97f6c626e56630a043.zip FreeBSD-src-03471c0c05d974fe24161c97f6c626e56630a043.tar.gz |
Update the pseudo-prototype for serial_putc() to match the actual prototype.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/boot/biosboot/serial.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index d03626b..2814424 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.1 1995/01/20 07:48:27 wpaul Exp $ + * $Id: serial.S,v 1.2 1995/03/19 06:10:32 phk Exp $ */ /* @@ -84,7 +84,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* - * void serial_putc(char ch) + * void serial_putc(ch) char ch; * send ch to serial port * */ |