2013-09-26 17:14:40 +02:00

16 lines
320 B
Plaintext

$NetBSD: patch-ac,v 1.1 2009/02/20 23:21:53 adrianp Exp $
--- libradius/radlib.h.orig 2005-04-11 14:36:34.000000000 -0700
+++ libradius/radlib.h
@@ -33,6 +33,10 @@
#include <sys/types.h>
#include <netinet/in.h>
+#ifndef u_int32_t
+#define u_int32_t uint32_t
+#endif
+
/* Limits */
#define RAD_MAX_ATTR_LEN 253