Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pckbport Cosmetic changes.
details: https://anonhg.NetBSD.org/src/rev/0f24b40dbeef
branches: trunk
changeset: 769404:0f24b40dbeef
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu Sep 08 15:27:50 2011 +0000
description:
Cosmetic changes.
diffstat:
sys/dev/pckbport/pmsvar.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 0218eaa0f733 -r 0f24b40dbeef sys/dev/pckbport/pmsvar.h
--- a/sys/dev/pckbport/pmsvar.h Thu Sep 08 15:26:26 2011 +0000
+++ b/sys/dev/pckbport/pmsvar.h Thu Sep 08 15:27:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmsvar.h,v 1.9 2011/09/07 19:05:13 jakllsch Exp $ */
+/* $NetBSD: pmsvar.h,v 1.10 2011/09/08 15:27:50 jakllsch Exp $ */
/*-
* Copyright (c) 2004 Kentaro Kurahone.
@@ -50,7 +50,7 @@
device_t sc_dev;
pckbport_tag_t sc_kbctag;
- int sc_kbcslot;
+ pckbport_slot_t sc_kbcslot;
int sc_enabled; /* input enabled? */
int inputstate; /* number of bytes received for this packet */
@@ -74,4 +74,4 @@
#endif
};
-#endif
+#endif /* _DEV_PCKBCPORT_PMSVAR_H_ */
Home |
Main Index |
Thread Index |
Old Index