From b4bca9f9ef3a8055d9375c44a7d489db91b7d504 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 23 May 2004 01:33:35 +0000 Subject: cats ld showed that there was a common size mismatch... --- games/trek/trek.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') 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 ****************************/ -- cgit v1.2.3