[openssh-commits] [openssh] branch master updated: Define u_short and u_long if needed.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 3 20:04:57 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 9da7fa7c Define u_short and u_long if needed.
9da7fa7c is described below
commit 9da7fa7c7464df241ae5d17da94e4ebed9013719
Author: Jonas 'Sortie' Termansen <sortie at maxsi.org>
AuthorDate: Sat Nov 2 22:10:39 2024 +0100
Define u_short and u_long if needed.
---
defines.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/defines.h b/defines.h
index c1c21aba..50797de8 100644
--- a/defines.h
+++ b/defines.h
@@ -216,7 +216,9 @@ including rpc/rpc.h breaks Solaris 6
/* (or die trying) */
#ifndef HAVE_U_INT
+typedef unsigned short u_short;
typedef unsigned int u_int;
+typedef unsigned long u_long;
#endif
#ifndef HAVE_INTXX_T
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list