~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to lib/libvarnishcompat/strlcat.c

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: strlcat.c 4093 2009-06-06 15:56:17Z des $ */
 
1
/* $Id$ */
2
2
/*      $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $      */
3
3
 
4
4
/*
20
20
#include "config.h"
21
21
 
22
22
#include "svnid.h"
23
 
SVNID("$Id: strlcat.c 4093 2009-06-06 15:56:17Z des $")
 
23
SVNID("$Id$")
24
24
 
25
25
#ifndef HAVE_STRLCAT
26
26