extern is your friend. especially for variables in header files.

This commit is contained in:
matt 2012-07-28 23:06:30 +00:00
parent 695805a585
commit 9099962388
1 changed files with 1 additions and 1 deletions

View File

@ -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