mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
Clarify an example so Linux folks won't keep getting confused by this point.
This commit is contained in:
parent
456bd00333
commit
e15da0400a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201110
@ -453,6 +453,9 @@ and
|
||||
.Xr close 2
|
||||
system calls.
|
||||
.Bd -literal -offset indent
|
||||
#ifdef __linux__
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
|
Loading…
Reference in New Issue
Block a user