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

« back to all changes in this revision

Viewing changes to bin/varnishd/storage_synth.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) 2008 Linpro AS
 
2
 * Copyright (c) 2008-2009 Linpro AS
3
3
 * All rights reserved.
4
4
 *
5
5
 * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
25
25
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26
26
 * SUCH DAMAGE.
27
27
 *
28
 
 * $Id: storage_synth.c 3615 2009-02-05 11:38:45Z tfheen $
29
 
 *
30
28
 * Storage method for synthetic content, based on vsb.
31
29
 */
32
30
 
33
31
#include "config.h"
34
32
 
 
33
#include "svnid.h"
 
34
SVNID("$Id: storage_synth.c 4093 2009-06-06 15:56:17Z des $")
 
35
 
35
36
#include <sys/types.h>
36
37
 
37
38
#include <stdio.h>