mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
* 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.
17 lines
457 B
C
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 */
|