]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2005/07/14 04:00:43
authordtucker <dtucker>
Thu, 14 Jul 2005 07:07:21 +0000 (07:07 +0000)
committerdtucker <dtucker>
Thu, 14 Jul 2005 07:07:21 +0000 (07:07 +0000)
     [misc.h]
     use __sentinel__ attribute; ok deraadt@ djm@ markus@

ChangeLog
misc.h

index 72ec9e0c8a51892fb9ce6a8f80314cc3f8d057e7..a352c196c1814018cf40f30fd5a06704adb30fb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
    - jmc@cvs.openbsd.org 2005/07/08 12:53:10
      [ssh_config.5]
      new sentence, new line;
+   - dtucker@cvs.openbsd.org 2005/07/14 04:00:43
+     [misc.h]
+     use __sentinel__ attribute; ok deraadt@ djm@ markus@
 
 20050707
  - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
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.061692 seconds and 5 git commands to generate.