diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 18:53:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 18:53:07 +0000 |
commit | 4f6f4abee953638d3409775c050227c9537c9e8c (patch) | |
tree | 38d3a984a5a051627704f25d9151930244be39c5 /usr.sbin | |
parent | a835e97a88caf4a2d77874683640dd0e6c0225d1 (diff) |
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
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/common/yplog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |