~ubuntu-branches/ubuntu/lucid/varnish/lucid-updates

« back to all changes in this revision

Viewing changes to bin/varnishd/instance.c

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2010-03-24 13:26:08 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324132608-4uzkavctn26bdwyi
Tags: 2.1.0-1
* New upstream version
* Fix small error in man/vcl.7so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-
2
 
 * Copyright (c) 2007-2008 Linpro AS
 
2
 * Copyright (c) 2007-2009 Linpro AS
3
3
 * All rights reserved.
4
4
 *
5
5
 * Author: Dag-Erling Smørgrav <des@des.no>
24
24
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25
25
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26
26
 * SUCH DAMAGE.
27
 
 *
28
 
 * $Id: instance.c 3586 2009-02-05 09:17:38Z tfheen $
29
27
 */
30
28
 
31
29
#include "config.h"
32
30
 
 
31
#include "svnid.h"
 
32
SVNID("$Id: instance.c 4093 2009-06-06 15:56:17Z des $")
 
33
 
33
34
#include <errno.h>
34
35
#include <stdio.h>
35
36
#include <unistd.h>