[X2Go-Commits] [libx2goclient] 100/132: src/x2goclient-{network-ssh, openssh-version}.h: switch more occurrences from "long long" to "long long int".

git-admin at x2go.org git-admin at x2go.org
Fri Dec 3 15:26:33 CET 2021


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 19c7d1fc513f70e8c5cb8d9e2998ac14752d1c16
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 30 04:33:35 2021 +0200

    src/x2goclient-{network-ssh,openssh-version}.h: switch more occurrences from "long long" to "long long int".
---
 src/x2goclient-network-ssh.h     |  6 ++++--
 src/x2goclient-openssh-version.h | 18 ++++++++++++------
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h
index 2650a95..0c86060 100644
--- a/src/x2goclient-network-ssh.h
+++ b/src/x2goclient-network-ssh.h
@@ -50,10 +50,12 @@ X2GoClientNetworkSSH* x2goclient_network_ssh_new (const gchar * const session_pa
  *                                                      was not numeric.
  * @X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_UNDERFLOW: port value to parse too
  *                                                    small to fit into
- *                                                    #long long type.
+ *                                                    #long long int
+ *                                                    type.
  * @X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_OVERFLOW: port value to parse too
  *                                                   big to fit into
- *                                                   #long long type.
+ *                                                   #long long int
+ *                                                   type.
  * @X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_TOO_BIG: port value to parse was
  *                                                  bigger than allowed by
  *                                                  common port specifications
diff --git a/src/x2goclient-openssh-version.h b/src/x2goclient-openssh-version.h
index 5acb731..1c60a9d 100644
--- a/src/x2goclient-openssh-version.h
+++ b/src/x2goclient-openssh-version.h
@@ -93,11 +93,13 @@ void x2goclient_openssh_version_free (X2GoClientOpenSSHVersion * const openssh_v
  *                                                      numeric.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MAJOR_UNDERFLOW: major version number to
  *                                                    parse too small to fit
- *                                                    into #long long
+ *                                                    into
+ *                                                    #long long int
  *                                                    type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MAJOR_OVERFLOW: major version number to
  *                                                   parse too big to fit
- *                                                   into #long long
+ *                                                   into
+ *                                                   #long long int
  *                                                   type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MAJOR_TOO_BIG: major version number to
  *                                                  parse was bigger than
@@ -110,11 +112,13 @@ void x2goclient_openssh_version_free (X2GoClientOpenSSHVersion * const openssh_v
  *                                                      numeric.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MINOR_UNDERFLOW: minor version number to
  *                                                    parse too small to fit
- *                                                    into #long long
+ *                                                    into
+ *                                                    #long long int
  *                                                    type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MINOR_OVERFLOW: minor version number to
  *                                                   parse too big to fit
- *                                                   into #long long
+ *                                                   into
+ *                                                   #long long int
  *                                                   type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MINOR_TOO_BIG: minor version number to
  *                                                  parse was bigger than
@@ -127,11 +131,13 @@ void x2goclient_openssh_version_free (X2GoClientOpenSSHVersion * const openssh_v
  *                                                      numeric.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_PATCH_UNDERFLOW: patch version number to
  *                                                    parse too small to fit
- *                                                    into #long long
+ *                                                    into
+ *                                                    #long long int
  *                                                    type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_PATCH_OVERFLOW: patch version number to
  *                                                   parse too big to fit
- *                                                   into #long long
+ *                                                   into
+ *                                                   #long long int
  *                                                   type.
  * @X2GOCLIENT_OPENSSH_VERSION_ERROR_PATCH_TOO_BIG: patch version number to
  *                                                  parse was bigger than

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list