ports/net/samba48/files/patch-source4__kdc__kdc-service-mit.c
Timur I. Bakeyev 047653aa77 Update port to 4.8.2 version. That fixes major bug with the AD/DC upgrade from the previous versions:
* After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bug #13335).
* Fix to the vfs_streams_xattr module which was corrupting AFP_AfpInfo attributes.
* Fix provisioning on the UFS2.
* Allow access to the .zfs/ hidden directory.
* Fix logging to the UTMP

Sponsored by:	iXsystems Inc.
2018-06-08 01:09:10 +00:00

17 lines
457 B
C

--- source4/kdc/kdc-service-mit.c.orig 2018-01-18 00:08:39 UTC
+++ source4/kdc/kdc-service-mit.c
@@ -36,9 +36,13 @@
#include "kdc/samba_kdc.h"
#include "kdc/kdc-server.h"
#include "kdc/kpasswd-service.h"
-#include <kadm5/admin.h>
#include <kdb.h>
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wstrict-prototypes"
+#include <kadm5/admin.h>
+#pragma clang diagnostic pop
+
#include "source4/kdc/mit_kdc_irpc.h"
/* PROTOTYPES */