From 36a80b2cd639fc82b8fc3d8c3672cc88ae00f1ac Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 8 Feb 2010 18:29:32 +0000 Subject: Sync OpenBSD patchset 640: Use the array.h code for the causes list. --- array.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'array.h') diff --git a/array.h b/array.h index 6507e304..eb829f5f 100644 --- a/array.h +++ b/array.h @@ -1,4 +1,4 @@ -/* $Id: array.h,v 1.9 2009-11-02 21:34:32 tcunha Exp $ */ +/* $Id: array.h,v 1.10 2010-02-08 18:29:32 tcunha Exp $ */ /* * Copyright (c) 2006 Nicholas Marriott @@ -19,6 +19,8 @@ #ifndef ARRAY_H #define ARRAY_H +#define ARRAY_INITIALIZER { NULL, 0, 0 } + #define ARRAY_DECL(n, c) \ struct n { \ c *list; \ -- cgit