1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00
Martin Schwenke 2f7ba8175e replace: Fix includes of unistd.h
This should always be conditional.  system/passwd.h wants it too so
that uid_t is defined.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
2014-09-19 18:11:11 +02:00
..
2008-09-17 14:11:12 +02:00
2008-09-17 14:11:12 +02:00
2014-09-19 18:11:11 +02:00
2009-06-08 13:20:51 +02:00
2014-09-19 18:11:11 +02:00
2014-09-19 18:11:11 +02:00
2011-02-28 16:40:19 +01:00

This directory contains wrappers around logical groups of system
include files. The idea is to avoid #ifdef blocks in the main code,
and instead put all the necessary conditional includes in subsystem
specific header files in this directory.