aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-radius/files/patch-radiusd_builddbm.c
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-03-18 14:02:41 +0000
committerMark Felder <feld@FreeBSD.org>2016-03-18 14:02:41 +0000
commit93677d11569038bd9d9143e3b44ec6532670005e (patch)
tree55a37f4ea6edd9ce3378fd7a44816b66f3e4bd69 /net/gnu-radius/files/patch-radiusd_builddbm.c
parentb422b3f79052ee0590a27ce251231668465ade31 (diff)
net/gnu-radius: Modernize port
- OptionsNG - LICENSE - Whitespace cleanup - EXAMPLE rewrite - Remove @unexec - radiusd.in modification - files/patch-dbm -> files/patch-radiusd_builddbm.c move and fix PR: 206457
Notes
Notes: svn path=/head/; revision=411356
Diffstat (limited to 'net/gnu-radius/files/patch-radiusd_builddbm.c')
-rw-r--r--net/gnu-radius/files/patch-radiusd_builddbm.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gnu-radius/files/patch-radiusd_builddbm.c b/net/gnu-radius/files/patch-radiusd_builddbm.c
new file mode 100644
index 000000000000..3a5618f4b07a
--- /dev/null
+++ b/net/gnu-radius/files/patch-radiusd_builddbm.c
@@ -0,0 +1,11 @@
+--- radiusd/builddbm.c.orig 2008-12-15 08:03:24 UTC
++++ radiusd/builddbm.c
+@@ -58,7 +58,7 @@ append_symbol(DBM_closure *closure, User
+
+ if (2 + check_len + reply_len > closure->pair_buffer_size) {
+ grad_log(GRAD_LOG_ERR, "%s:%d: %s",
+- closure->filename, sym->lineno,
++ closure->filename, sym->loc.line,
+ _("too many attributes"));
+ return -1;
+ }