HP-UX portability
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 29 Aug 1993 00:35:50 +0000 (16:35 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 29 Aug 1993 00:35:50 +0000 (16:35 -0800)
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.10

usr/src/usr.sbin/sendmail/src/map.c

index 4061aa9..c153fc0 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #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"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -813,6 +813,10 @@ db_map_close(map)
 
 # ifdef NIS
 
 
 # ifdef NIS
 
+# ifndef YPERR_BUSY
+#  define YPERR_BUSY   16
+# endif
+
 /*
 **  NIS_MAP_OPEN -- open DBM map
 */
 /*
 **  NIS_MAP_OPEN -- open DBM map
 */