mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Replace "_" in the names of the patch files with "__" to conform to the patch file name convention.
10 lines
210 B
C
10 lines
210 B
C
--- secmem.c.orig 2024-08-22 17:41:01 UTC
|
|
+++ secmem.c
|
|
@@ -11,6 +11,7 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <sys/mman.h>
|
|
+#include <stddef.h>
|
|
#ifdef HAVE_MALLOC_H
|
|
# include <malloc.h>
|
|
#endif
|