From 4f6f4abee953638d3409775c050227c9537c9e8c Mon Sep 17 00:00:00 2001
From: "Todd C. Miller" <millert@cvs.openbsd.org>
Date: Fri, 6 Jan 2006 18:53:07 +0000
Subject: Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new
 sys/_types.h header Include machine/_types.h or sys/_types.h where applicable

---
 usr.sbin/ypserv/common/yplog.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'usr.sbin/ypserv/common')

diff --git a/usr.sbin/ypserv/common/yplog.h b/usr.sbin/ypserv/common/yplog.h
index 670388570ef..4a9c15e90eb 100644
--- a/usr.sbin/ypserv/common/yplog.h
+++ b/usr.sbin/ypserv/common/yplog.h
@@ -1,4 +1,4 @@
-/*	$OpenBSD: yplog.h,v 1.5 2003/06/02 21:58:26 maja Exp $ */
+/*	$OpenBSD: yplog.h,v 1.6 2006/01/06 18:53:06 millert Exp $ */
 
 /*
  * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
@@ -31,7 +31,7 @@
 
 __BEGIN_DECLS
 void    yplog(const char *, ...);
-void    vyplog(const char *, _BSD_VA_LIST_);
+void    vyplog(const char *, __va_list);
 void	ypopenlog(void);
 void	ypcloselog(void);
 __END_DECLS
-- 
cgit v1.2.3