[openssh-commits] [openssh] 01/01: Remove sys/cdefs.h include.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 23 22:37:56 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit fd0684b319e664d8821dc4ca3026126dfea3ccf4
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Jul 23 22:36:39 2019 +1000

    Remove sys/cdefs.h include.
    
    It's not needed on -portable (that's handled by includes.h) and not all
    platforms have it.
---
 openbsd-compat/sha2.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openbsd-compat/sha2.h b/openbsd-compat/sha2.h
index bf7dafc5..d051e96e 100644
--- a/openbsd-compat/sha2.h
+++ b/openbsd-compat/sha2.h
@@ -40,7 +40,6 @@
 #define _SSHSHA2_H
 
 #include "includes.h"
-#include <sys/cdefs.h>
 
 #if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \
     !defined(HAVE_SHA512UPDATE)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list