~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to avahi-core/querier.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-01-24 16:27:49 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124162749-56q07jqbatfl5hlj
Tags: 0.6.5-0ubuntu1
* New upstream release
  + debian/libavahi-client3.shlibs:
    Update shlibs to >= 0.6.5 because of new functions
  + Drop 02_stdlib_NULL.patch, 03_reduce_qt3lib_depends.patch,
    04_pthread_flags.patch:
    They're upstream now
* Sync with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: querier.c 954 2005-11-13 16:36:33Z lennart $ */
 
1
/* $Id: querier.c 1084 2006-01-17 12:25:54Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of avahi.
23
23
#include <config.h>
24
24
#endif
25
25
 
 
26
#include <stdlib.h>
 
27
 
26
28
#include <avahi-common/timeval.h>
27
29
#include <avahi-common/malloc.h>
28
30
#include <avahi-common/error.h>