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:
@@ -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 ) || \
|
||||
|
||||
Reference in New Issue
Block a user