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

This commit is contained in:
kientzle 2009-12-28 03:31:29 +00:00
parent 751833b2d3
commit 36429d6a27

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>