diff options
Diffstat (limited to 'net/khttpd/structure.h')
-rw-r--r-- | net/khttpd/structure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/khttpd/structure.h b/net/khttpd/structure.h index 70a604aba..5f6f2a619 100644 --- a/net/khttpd/structure.h +++ b/net/khttpd/structure.h @@ -42,7 +42,7 @@ struct http_request char LengthS[14]; /* File length, string representation */ char *MimeType; /* Pointer to a string with the mime-type based on the filename */ - int MimeLength; /* The length of this string */ + __kernel_size_t MimeLength; /* The length of this string */ }; |