diff options
author | 2007-11-20 13:01:13 +0000 | |
---|---|---|
committer | 2007-11-20 13:01:13 +0000 | |
commit | d83c313fca7f9b6c0c2691205e6cd293df461d65 (patch) | |
tree | 1518a468d45327beeea1a3d6dd7872e837736f21 | |
parent | spacing (diff) | |
download | wireguard-openbsd-d83c313fca7f9b6c0c2691205e6cd293df461d65.tar.xz wireguard-openbsd-d83c313fca7f9b6c0c2691205e6cd293df461d65.zip |
bump table name size.
ok reyk@
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index 8dcaa306973..9d2c74702e8 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.73 2007/11/19 14:48:19 reyk Exp $ */ +/* $OpenBSD: hoststated.h,v 1.74 2007/11/20 13:01:13 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -29,7 +29,7 @@ #define CHECK_INTERVAL 10 #define EMPTY_TABLE UINT_MAX #define EMPTY_ID UINT_MAX -#define TABLE_NAME_SIZE 32 +#define TABLE_NAME_SIZE 64 #define TAG_NAME_SIZE 64 #define SRV_NAME_SIZE 64 #define MAX_NAME_SIZE 64 diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 1a4ec09e124..c615c94e183 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.73 2007/11/19 14:48:19 reyk Exp $ */ +/* $OpenBSD: relayd.h,v 1.74 2007/11/20 13:01:13 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -29,7 +29,7 @@ #define CHECK_INTERVAL 10 #define EMPTY_TABLE UINT_MAX #define EMPTY_ID UINT_MAX -#define TABLE_NAME_SIZE 32 +#define TABLE_NAME_SIZE 64 #define TAG_NAME_SIZE 64 #define SRV_NAME_SIZE 64 #define MAX_NAME_SIZE 64 |