freebsd-ports/net/gnu-radius/files/patch-include-radius_radutmp.h
Pietro Cerutti 33454ed1c8 - Extend RUT_IDSIZE from 16 to 32 [1]
- Fix PLIST

PR:		134335 [1]
Submitted by:	Oleg Gawriloff <barzog@telecom.by>
2009-05-07 20:45:09 +00:00

11 lines
332 B
C

--- include/radius/radutmp.h.orig 2009-05-07 22:24:02.000000000 +0200
+++ include/radius/radutmp.h 2009-05-07 22:24:45.000000000 +0200
@@ -30,7 +30,7 @@
#define P_ACCT_ENABLED 131
#define RUT_NAMESIZE 32
-#define RUT_IDSIZE 16
+#define RUT_IDSIZE 32
#define RUT_PNSIZE 24 /* Phone number size */
struct radutmp {