1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/gnu-radius/files/patch-dbm
Edwin Groothuis 0d1bb04bbe [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]
- Remove duplicate and inactive mirror from MASTER_SITES
	- Add new official mirrors to MASTER_SITES
	- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
	- Use DATADIR in pkg-plist

PR:		ports/75082
Submitted by:	Michael Ranner <mranner@inode.at>
2004-12-19 01:19:17 +00:00

12 lines
433 B
Plaintext

--- radiusd/builddbm.c.orig Wed Dec 8 14:22:52 2004
+++ radiusd/builddbm.c Wed Dec 8 14:23:11 2004
@@ -57,7 +57,7 @@
if (2 + check_len + reply_len > closure->pair_buffer_size) {
grad_log(L_ERR, "%s:%d: %s",
- closure->filename, sym->lineno,
+ closure->filename, sym->loc.line,
_("too many attributes"));
return -1;
}