mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Replace "_" in the names of the patch files with "__" to conform to the patch file name convention.
11 lines
253 B
C
11 lines
253 B
C
--- libddr_hash.c.orig 2024-08-22 17:41:01 UTC
|
|
+++ libddr_hash.c
|
|
@@ -34,7 +34,7 @@
|
|
#include <fcntl.h>
|
|
|
|
#include <netinet/in.h> /* For ntohl/htonl */
|
|
-#include <endian.h>
|
|
+#include <machine/endian.h>
|
|
|
|
#ifdef HAVE_SYS_XATTR_H
|
|
#include <sys/xattr.h>
|