]> andersk Git - openssh.git/commitdiff
- (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
authordtucker <dtucker>
Fri, 13 Jun 2008 00:28:57 +0000 (00:28 +0000)
committerdtucker <dtucker>
Fri, 13 Jun 2008 00:28:57 +0000 (00:28 +0000)
    from Todd Vierling.

ChangeLog
defines.h

index a229b0ca7195398e2a3b35ffe07e8c80b59939e9..5f57930d7859c3732a4f7a70ef21e6abc060e0e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      messages, etc.); bz #1329 ok dtucker@
   - (dtucker) [clientloop.c serverloop.c]  channel_register_filter now
     takes 2 more args.  with djm@
+  - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
+    from Todd Vierling.
 
 20080611
  - (djm) [channels.c configure.ac]
index ab0eef00c31caecf5c7322890bcc5d2dc7075bb1..a4893b6f7ccc5bfcfb278f7dd0bcd61c2027a1b4 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -431,10 +431,6 @@ struct winsize {
 # define __attribute__(x)
 #endif /* !defined(__GNUC__) || (__GNUC__ < 2) */
 
-#ifndef __dead
-# define __dead        __attribute__((noreturn))
-#endif
-
 #if !defined(HAVE_ATTRIBUTE__SENTINEL__) && !defined(__sentinel__)
 # define __sentinel__
 #endif
This page took 0.489206 seconds and 5 git commands to generate.