Module Name:    src
Committed By:   matt
Date:           Sat Jul 28 23:06:30 UTC 2012

Modified Files:
        src/sys/dev/ic: matrixkpvar.h

Log Message:
extern is your friend.  especially for variables in header files.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/matrixkpvar.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/ic/matrixkpvar.h
diff -u src/sys/dev/ic/matrixkpvar.h:1.4 src/sys/dev/ic/matrixkpvar.h:1.5
--- src/sys/dev/ic/matrixkpvar.h:1.4	Tue May 12 14:25:17 2009
+++ src/sys/dev/ic/matrixkpvar.h	Sat Jul 28 23:06:30 2012
@@ -53,6 +53,6 @@ int  mxkp_enable(void *, int);
 void mxkp_set_leds(void *, int);
 int  mxkp_ioctl(void *, u_long, void *, int, struct lwp *);
 
-const struct wskbd_accessops mxkp_accessops;
+extern const struct wskbd_accessops mxkp_accessops;
 
 #endif

Reply via email to