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

« back to all changes in this revision

Viewing changes to lib/libvarnishcompat/srandomdev.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: Dag-Erling Smørgrav <des@des.no>
25
25
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26
26
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
 * SUCH DAMAGE.
28
 
 *
29
 
 * $Id: srandomdev.c 2861 2008-06-30 01:40:12Z des $
30
28
 */
31
29
 
32
30
#include "config.h"
33
31
 
 
32
#include "svnid.h"
 
33
SVNID("$Id: srandomdev.c 4093 2009-06-06 15:56:17Z des $")
 
34
 
34
35
#ifndef HAVE_SRANDOMDEV
35
36
 
36
37
#include <sys/time.h>