]> andersk Git - openssh.git/blobdiff - misc.h
- (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 92848b28e1c10f30ca917d5ee7ae74a3633ae070..2d630feb5f87f0fc805cec34f29da41f210c039c 100644 (file)
--- 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 <ylo@cs.hut.fi>
@@ -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 *);
This page took 0.030717 seconds and 4 git commands to generate.