mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
- Remove NOTIFY and NLS options (deprecated and bad style, respectively) - Add optional PAM support - Fix NOPORTDOCS and PORTEXAMPLES - Refactor Makefile and pkg-plist a little bit
11 lines
462 B
Text
11 lines
462 B
Text
--- radiusd/builddbm.c.orig 2008-12-08 14:22:12.000000000 +0100
|
|
+++ radiusd/builddbm.c 2008-12-08 14:22:37.000000000 +0100
|
|
@@ -58,7 +58,7 @@
|
|
|
|
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;
|
|
}
|