svn commit: r356599 - stable/11/contrib/smbfs/lib/smb
Sergey Kandaurov
pluknet at FreeBSD.org
Fri Jan 10 12:20:25 UTC 2020
Author: pluknet
Date: Fri Jan 10 12:20:25 2020
New Revision: 356599
URL: https://svnweb.freebsd.org/changeset/base/356599
Log:
Fixed build after r356566 (MFC of r356317).
This is a direct change.
Modified:
stable/11/contrib/smbfs/lib/smb/rcfile.c
Modified: stable/11/contrib/smbfs/lib/smb/rcfile.c
==============================================================================
--- stable/11/contrib/smbfs/lib/smb/rcfile.c Fri Jan 10 09:32:44 2020 (r356598)
+++ stable/11/contrib/smbfs/lib/smb/rcfile.c Fri Jan 10 12:20:25 2020 (r356599)
@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/queue.h>
#include <ctype.h>
#include <errno.h>
+#define _WITH_DPRINTF
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
More information about the svn-src-stable-11
mailing list