Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pc532/dev Fix type in pliptransmit declaration (C v...
details: https://anonhg.NetBSD.org/src/rev/cc74a38ee1a0
branches: trunk
changeset: 507447:cc74a38ee1a0
user: matthias <matthias%NetBSD.org@localhost>
date: Thu Mar 22 08:14:23 2001 +0000
description:
Fix type in pliptransmit declaration (C version). Noticed by
Tyrel Beede <tb90%mail.csuchico.edu@localhost>.
diffstat:
sys/arch/pc532/dev/lpt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 43c7f98aad1e -r cc74a38ee1a0 sys/arch/pc532/dev/lpt.c
--- a/sys/arch/pc532/dev/lpt.c Thu Mar 22 07:37:04 2001 +0000
+++ b/sys/arch/pc532/dev/lpt.c Thu Mar 22 08:14:23 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lpt.c,v 1.32 2000/11/15 01:02:13 thorpej Exp $ */
+/* $NetBSD: lpt.c,v 1.33 2001/03/22 08:14:23 matthias Exp $ */
/*
* Copyright (c) 1994 Matthias Pfaller.
@@ -930,7 +930,7 @@
");
#else
static int
-pliptransmit(i8255. buf, len)
+pliptransmit(i8255, buf, len)
volatile struct i8255 *i8255;
u_char *buf;
int len;
Home |
Main Index |
Thread Index |
Old Index