1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 07:19:16 -04:00
ports/sysutils/msktutil/files/patch-msktutil.h
Ryan Steinmetz d0e83734a2 New port: sysutils/msktutil:
Msktutil is a program for interoperability with Active Directory that can:

    Create a computer account in Active Directory
    Create a system Kerberos keytab
    Add and remove principals to and from that keytab
    Change the computer account's password

WWW: https://fuhm.net/software/msktutil/
2012-08-29 22:48:55 +00:00

11 lines
293 B
C

--- ./msktutil.h.orig 2012-08-29 17:25:54.000000000 -0400
+++ ./msktutil.h 2012-08-29 17:26:12.000000000 -0400
@@ -43,6 +43,8 @@
#include <netdb.h>
#include <sys/socket.h>
#include <sys/utsname.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <ldap.h>
#ifdef HAVE_COM_ERR_H