Index: net/mpd5/files/patch-src_auth.c =================================================================== --- net/mpd5/files/patch-src_auth.c (nonexistent) +++ net/mpd5/files/patch-src_auth.c (working copy) @@ -0,0 +1,11 @@ +--- src/auth.c.orig 2016-01-06 15:42:06 UTC ++++ src/auth.c +@@ -97,6 +97,8 @@ enum { + * GLOBAL VARIABLES + */ + ++struct radiusconf radius; /* RADIUS configuration */ ++ + const struct cmdtab AuthSetCmds[] = { + {"max-logins {num} [CI]", "Max concurrent logins", + AuthSetCommand, NULL, 2, (void *)SET_MAX_LOGINS}, Property changes on: net/mpd5/files/patch-src_auth.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/mpd5/files/patch-src_auth.h =================================================================== --- net/mpd5/files/patch-src_auth.h (nonexistent) +++ net/mpd5/files/patch-src_auth.h (working copy) @@ -0,0 +1,11 @@ +--- src/auth.h.orig 2016-01-06 15:42:06 UTC ++++ src/auth.h +@@ -240,7 +240,7 @@ struct auth { + }; + typedef struct auth *Auth; + +-struct radiusconf radius; /* RADIUS configuration */ ++extern struct radiusconf radius; /* RADIUS configuration */ + + /* + * Interface between the auth-backend (secret file, RADIUS, etc.) and Mpd's Property changes on: net/mpd5/files/patch-src_auth.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property