Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-10 | s3: readd h_errno struct member but rename it | Björn Jacke | 1 | -2/+2 | |
as pointed out by metze this is a structure of fixed size, which should not be changed. | |||||
2010-06-10 | s3: fix build on HP-UX | Björn Jacke | 1 | -1/+6 | |
this struct member h_errno is not used in the HP-UX code paths, it was just there because Solaris has it, too. As h_errno is a function call macro on HP-UX when thread support is enabled we run into trouble here. Just commenting it out should be okay as we don't use it anyway. | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+137 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |