1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/memtest/files/patch-aa
Alexander Langer a8dbb77421 Add memtest 2.93.1, a utility to test for faulty memory subsystem.
PR:		20023
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-19 10:27:53 +00:00

11 lines
250 B
Plaintext

--- memtest.c.orig Tue Jul 18 22:13:31 2000
+++ memtest.c Tue Jul 18 22:13:58 2000
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <signal.h>
#include <unistd.h>