diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-23 01:33:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-23 01:33:35 +0000 |
commit | b4bca9f9ef3a8055d9375c44a7d489db91b7d504 (patch) | |
tree | 281e902ca3c1290100811b5e5e77848c6032079c /games | |
parent | 8e2fdea3617d321901f4109e7ca50b86f4e91b83 (diff) |
cats ld showed that there was a common size mismatch...
Diffstat (limited to 'games')
-rw-r--r-- | games/trek/trek.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/trek/trek.h b/games/trek/trek.h index ddebb87b63c..0581d39590e 100644 --- a/games/trek/trek.h +++ b/games/trek/trek.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trek.h,v 1.7 2003/06/03 03:01:42 millert Exp $ */ +/* $OpenBSD: trek.h,v 1.8 2004/05/23 01:33:34 deraadt Exp $ */ /* $NetBSD: trek.h,v 1.3 1995/04/22 10:59:36 cgd Exp $ */ /* @@ -133,7 +133,7 @@ struct device const char *person; /* the person who fixes it */ }; -const struct device Device[NDEV]; +extern const struct device Device[NDEV]; /*************************** EVENTS ****************************/ |