Module Name:    src
Committed By:   jakllsch
Date:           Thu Sep  8 15:27:51 UTC 2011

Modified Files:
        src/sys/dev/pckbport: pmsvar.h

Log Message:
Cosmetic changes.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pckbport/pmsvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pckbport/pmsvar.h
diff -u src/sys/dev/pckbport/pmsvar.h:1.9 src/sys/dev/pckbport/pmsvar.h:1.10
--- src/sys/dev/pckbport/pmsvar.h:1.9	Wed Sep  7 19:05:13 2011
+++ src/sys/dev/pckbport/pmsvar.h	Thu Sep  8 15:27:50 2011
@@ -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_ */

Reply via email to