diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 02:15:29 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 02:15:29 +0000 |
commit | 42df3673ec79a02f2eabe4da012bf880b0134df3 (patch) | |
tree | 58f18ebe53e6f5b5a701b84834e79c69f4e17596 /games/atc/include.h | |
parent | 2c77bdd3c30c4e2793dacc2c5be32d4d251d75d3 (diff) |
Tidying: change a constant to a #define, stop logging hostnames with the
score, use strlcpy(), and make it work with long usernames.
Diffstat (limited to 'games/atc/include.h')
-rw-r--r-- | games/atc/include.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atc/include.h b/games/atc/include.h index 9b32a15f7a2..44604c3dba0 100644 --- a/games/atc/include.h +++ b/games/atc/include.h @@ -1,4 +1,4 @@ -/* $OpenBSD: include.h,v 1.4 1998/09/21 07:36:05 pjanzen Exp $ */ +/* $OpenBSD: include.h,v 1.5 2001/02/04 02:15:28 pjanzen Exp $ */ /* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */ /*- @@ -50,6 +50,7 @@ #include <sys/types.h> #include <sys/file.h> +#include <sys/param.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/utsname.h> |