Clarify an example so Linux folks won't keep getting confused by this point.

This commit is contained in:
Tim Kientzle 2009-12-28 03:31:29 +00:00
parent 456bd00333
commit e15da0400a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201110

View file

@ -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>