From 33cfe7bda40cae536f27c20632fec36d0416bf95 Mon Sep 17 00:00:00 2001 From: art <> Date: Thu, 31 May 2001 14:04:52 +0000 Subject: [PATCH] If DT_PROCNUM is not defined, assume it's 0 --- src/include/link.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/include/link.h b/src/include/link.h index fad8bb51..6784f106 100644 --- a/src/include/link.h +++ b/src/include/link.h @@ -1,4 +1,4 @@ -/* $OpenBSD: link.h,v 1.5 1999/12/09 18:10:23 espie Exp $ */ +/* $OpenBSD: link.h,v 1.6 2001/05/31 14:04:52 art Exp $ */ /* $NetBSD: link.h,v 1.10 1996/01/09 00:00:11 pk Exp $ */ /* @@ -42,6 +42,11 @@ #ifndef _LINK_H_ #define _LINK_H_ +/* XXXART - ? */ +#ifndef DT_PROCNUM +#define DT_PROCNUM 0 +#endif + /* * A `Shared Object Descriptor' describes a shared object that is needed * to complete the link edit process of the object containing it.