mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
The local patch adding Hiemdal support was causing 'adcli join' command to fail. Hiemdal is going away neverthless, so remove this patch. While here, fix Makefile style. Sponsored by: Serenity Cybersecurity, LLC
10 lines
212 B
C
10 lines
212 B
C
--- library/addisco.c.orig 2022-09-28 17:04:28 UTC
|
|
+++ library/addisco.c
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include <arpa/inet.h>
|
|
#include <arpa/nameser.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include <assert.h>
|
|
#include <netdb.h>
|