diff options
-rw-r--r-- | lib/ftp.h | 1 | ||||
-rw-r--r-- | lib/smb.h | 1 | ||||
-rw-r--r-- | lib/urldata.h | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -150,7 +150,6 @@ struct ftp_conn { connection to */ char *newhost; /* this is the pair to connect the DATA... */ unsigned short newport; /* connection to */ - }; #define DEFAULT_ACCEPT_TIMEOUT 60000 /* milliseconds == one minute */ @@ -193,7 +193,6 @@ struct smb_nt_create_response { unsigned int ext_file_attributes; curl_off_t allocation_size; curl_off_t end_of_file; - } PACK; struct smb_read { diff --git a/lib/urldata.h b/lib/urldata.h index 6e426a29f..50d8b84a6 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1333,7 +1333,6 @@ struct urlpieces { }; struct UrlState { - /* Points to the connection cache */ struct conncache *conn_cache; |