From 8e2eb308d09f6bbf5c66c029090c527bc9346db8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 14 Jul 2005 17:07:21 +1000 Subject: - dtucker@cvs.openbsd.org 2005/07/14 04:00:43 [misc.h] use __sentinel__ attribute; ok deraadt@ djm@ markus@ --- misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 92848b28e..2d630feb5 100644 --- a/misc.h +++ b/misc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.24 2005/07/04 00:58:43 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.25 2005/07/14 04:00:43 dtucker Exp $ */ /* * Author: Tatu Ylonen @@ -25,7 +25,7 @@ char *cleanhostname(char *); char *colon(char *); long convtime(const char *); char *tilde_expand_filename(const char *, uid_t); -char *percent_expand(const char *, ...) __attribute__((sentinel)); +char *percent_expand(const char *, ...) __attribute__((__sentinel__)); char *tohex(const u_char *, u_int); struct passwd *pwcopy(struct passwd *); -- cgit v1.2.3