mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing header.
S_IRUSR is defined in sys/stat.h PR: 209229 Submitted by: <mt AT markoturk DOT info> Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D12007
This commit is contained in:
parent
4541b9aab6
commit
ef764b4b8e
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 17, 2010
|
||||
.Dd August 12, 2017
|
||||
.Dt SHMGET 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In sys/stat.h
|
||||
.In sys/ipc.h
|
||||
.In sys/shm.h
|
||||
.Ft int
|
||||
|
|
|
|||
Loading…
Reference in a new issue