Overview
Comment: | Reorder headers to avoid dependency issues (required for NetBSD) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b684cb87bf4e24eb44558fdd868c2b3f |
User & Date: | florob@babelmonkeys.de on 2012-01-16 22:31:44 |
Other Links: | manifest | tags |
Context
2012-01-16
| ||
22:33 | Add missing messages check-in: 3a806e9e04 user: florob@babelmonkeys.de tags: trunk | |
22:31 | Reorder headers to avoid dependency issues (required for NetBSD) check-in: b684cb87bf user: florob@babelmonkeys.de tags: trunk | |
2012-01-06
| ||
19:18 | Merge XMPP*Callback into a single class check-in: 0b4222d5e4 user: florob@babelmonkeys.de tags: trunk | |
Changes
Modified src/XMPPSRVLookup.h from [6b3ddb3abd] to [01be6b83c4].
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #include <netinet/in.h> #include <arpa/nameser.h> #include <resolv.h> #import <ObjFW/ObjFW.h> @interface XMPPSRVEntry: OFObject { |
︙ |
Modified src/XMPPSRVLookup.m from [5cc1b1a048] to [9912c628e3].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - - | #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <assert.h> |
︙ |