[openssh-commits] [openssh] 01/01: fix typo that prevented detection of Linux VRF

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 10 09:44:09 AEST 2019


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

djm pushed a commit to branch master
in repository openssh.

commit 8729498a5d239980a91d32f031b34e8c58c52f62
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Jul 10 09:43:19 2019 +1000

    fix typo that prevented detection of Linux VRF
    
    Reported by hexiaowen AT huawei.com
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 532bdee8..958e99fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -816,7 +816,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
 	    AC_DEFINE([SYS_RDOMAIN_LINUX], [1],
 		[Support routing domains using Linux VRF]), [], [
 #ifdef HAVE_SYS_TYPES_H
-# include <sys/types.H>
+# include <sys/types.h>
 #endif
 	    ])
 	AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],

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


More information about the openssh-commits mailing list