From 81c3b06b8d057e394574e29f20c2dd9d8df18d9f Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 28 Aug 1993 16:35:50 -0800 Subject: [PATCH] HP-UX portability SCCS-vsn: usr.sbin/sendmail/src/map.c 8.10 --- usr/src/usr.sbin/sendmail/src/map.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/map.c b/usr/src/usr.sbin/sendmail/src/map.c index 4061aa9055..c153fc055a 100644 --- a/usr/src/usr.sbin/sendmail/src/map.c +++ b/usr/src/usr.sbin/sendmail/src/map.c @@ -7,7 +7,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)map.c 8.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)map.c 8.10 (Berkeley) %G%"; #endif /* not lint */ #include "sendmail.h" @@ -813,6 +813,10 @@ db_map_close(map) # ifdef NIS +# ifndef YPERR_BUSY +# define YPERR_BUSY 16 +# endif + /* ** NIS_MAP_OPEN -- open DBM map */ -- 2.20.1