From 4893011dae0f9eff540b4d007d146860eafa4486 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 6 Mar 2016 15:22:13 +0100 Subject: [PATCH] Renamed max_xmit to given_max_xmit Because the field and variable name "max_xmit" was used in four different places, with different types in different context, it was hard to know what was what. This is part of the cleanup work. --- source_code/include/smb/smb_mount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source_code/include/smb/smb_mount.h b/source_code/include/smb/smb_mount.h index 9dea28c..9d7ab05 100644 --- a/source_code/include/smb/smb_mount.h +++ b/source_code/include/smb/smb_mount.h @@ -1,12 +1,12 @@ /* - * $Id: smb_mount.h,v 1.1.1.1 2005-05-24 13:22:14 obarthel Exp $ + * $Id: smb_mount.h,v 1.1.1.1 2005/05/24 13:22:14 obarthel Exp $ * * :ts=8 * * smb_mount.h * * Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke - * Modified for use with AmigaOS by Olaf Barthel + * Modified for use with AmigaOS by Olaf Barthel */ #ifndef _SMB_MOUNT_H @@ -28,7 +28,7 @@ struct smb_mount_data char username[64]; char password[64]; - unsigned short max_xmit; + int given_max_xmit; }; #endif