mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
*** nspmod.c.orig Tue Jun 3 02:45:41 1997
|
||
|
--- nspmod.c Tue Jun 3 02:45:52 1997
|
||
|
***************
|
||
|
*** 1,4 ****
|
||
|
--- 1,5 ----
|
||
|
#include <stdio.h> /*(perror)*/
|
||
|
+ #include <sys/types.h>
|
||
|
#include <sys/mman.h> /*PROT_READ,MAP_xxx*/
|
||
|
#include <fcntl.h> /*O_RDONLY*/
|
||
|
#include <sys/stat.h> /*stat*/
|