mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
According to shared memory man pages, advice including <sys/types.h>
instead of <sys/param.h>
This commit is contained in:
parent
32f648079f
commit
8b0349c836
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235719
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Message Queue facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/msg.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Semaphore facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/sem.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Shared Memory facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <sys/wait.h>
|
||||
|
Loading…
Reference in New Issue
Block a user