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

« back to all changes in this revision

Viewing changes to bin/varnishhist/varnishhist.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
2
 * Copyright (c) 2006 Verdens Gang AS
3
 
 * Copyright (c) 2006-2008 Linpro AS
 
3
 * Copyright (c) 2006-2009 Linpro AS
4
4
 * All rights reserved.
5
5
 *
6
6
 * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
27
27
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28
28
 * SUCH DAMAGE.
29
29
 *
30
 
 * $Id: varnishhist.c 3994 2009-03-23 14:18:09Z tfheen $
31
 
 *
32
30
 * Log tailer for Varnish
33
31
 */
34
32
 
35
33
#include "config.h"
36
34
 
 
35
#include "svnid.h"
 
36
SVNID("$Id: varnishhist.c 4093 2009-06-06 15:56:17Z des $")
 
37
 
37
38
#include <sys/types.h>
38
39
#include <curses.h>
39
40
#include <errno.h>