1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/lib/replace/system
Stefan Metzmacher db449a4c5f Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage"
This reverts commit e33286f4a6.

393bab185e0e9f02aac5740becc2aba2762133c8 is the v4-0-test fix
for the same problem.

metze
(This used to be commit b8a57a24c3)
2008-01-18 17:02:13 +01:00
..
aio.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
capability.h Add check for ppc statfs.h header to workaround for broken capabilities.h. 2007-12-03 16:54:12 +01:00
config.m4 Reformat configure checks for broken capabilities.h. 2007-12-03 16:54:12 +01:00
dir.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
filesys.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
glob.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
iconv.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
kerberos.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
locale.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
network.h Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage" 2008-01-18 17:02:13 +01:00
passwd.h Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech Republic <Jiri.Sasek@Sun.COM> 2007-12-11 13:16:35 -08:00
readline.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
README r18644: bring in libreplace in lib/replace 2007-10-10 11:52:03 -05:00
select.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
shmem.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
syslog.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
terminal.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
time.h Merge from metze of libreplace header changes 2007-10-10 17:56:19 -07:00
wait.h Fix bug where tdb lock call interrupted with 2007-11-06 21:47:57 -08: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.