=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/ssh/misc.h 2005/07/04 00:58:43 1.24 +++ src/usr.bin/ssh/misc.h 2005/07/14 04:00:43 1.25 @@ -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 *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 *);