diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-06 18:50:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-06 18:50:39 +0000 |
commit | 0f64621783b3f46a4851826b9f4284e3c9dbeb61 (patch) | |
tree | 352fcb09d9321309ec519dc3144147a24bd64bda /games/mille/mille.h | |
parent | 997f28507be542389b846c45806474af6bbfdedc (diff) |
2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
already, but he may have later changes to make still.
Diffstat (limited to 'games/mille/mille.h')
-rw-r--r-- | games/mille/mille.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mille/mille.h b/games/mille/mille.h index 73ac2234ae1..915e4db4247 100644 --- a/games/mille/mille.h +++ b/games/mille/mille.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mille.h,v 1.7 2002/02/17 19:42:20 millert Exp $ */ +/* $OpenBSD: mille.h,v 1.8 2003/04/06 18:50:37 deraadt Exp $ */ /* $NetBSD: mille.h,v 1.5 1995/03/24 05:01:51 cgd Exp $ */ /* @@ -208,7 +208,7 @@ typedef struct { extern bool Debug, Finished, Next, On_exit, Order, Saved; -extern char Initstr[], *C_fmt; +extern char Initstr[100], *C_fmt; extern const char *const *C_name, *Fromfile; extern int Card_no, End, Handstart, Movetype, Numgos, |