Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 2010-03-26 | 1 | -0/+28 |
| | | | | These were causing thousands of warnings on solaris8 | ||||
* | Move prototype to header of common code for set_sockaddr_port | Andrew Bartlett | 2010-03-11 | 1 | -0/+2 |
| | |||||
* | libcli:nbt put util_net.c protos in new header file | Andrew Bartlett | 2009-09-15 | 1 | -0/+46 |
This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett |