mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
- Convert to option helper target and optimize away ``.for'' loop in its recipe while here PR: 207747 [1]
10 lines
326 B
C
10 lines
326 B
C
--- src/svlogd.c.orig 2014-08-10 18:22:34 UTC
|
|
+++ src/svlogd.c
|
|
@@ -430,6 +430,7 @@ unsigned int logdir_open(struct logdir *
|
|
ld->name =(char*)fn;
|
|
ld->ppid =0;
|
|
ld->match ='+';
|
|
+ ld->udpaddr.sin_family =AF_INET;
|
|
ld->udpaddr.sin_port =0;
|
|
ld->udponly =0;
|
|
while (! stralloc_copys(&ld->prefix, "")) pause_nomem();
|