2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Boost Jam cleanup - minor stylistic changes.

[SVN r79320]
This commit is contained in:
Jurko Gospodnetić
2012-07-07 07:38:49 +00:00
parent a12b007c85
commit ccd7f12bdb

View File

@@ -20,13 +20,13 @@
# include <sys/stat.h>
#if defined(sun) || defined(__sun) || defined(linux)
# include <unistd.h> /* needed for read and close prototype */
# include <unistd.h> /* needed for read and close prototype */
#endif
# ifdef USE_FILEUNIX
#if defined(sun) || defined(__sun)
# include <unistd.h> /* needed for read and close prototype */
# include <unistd.h> /* needed for read and close prototype */
#endif
# if defined( OS_SEQUENT ) || \