Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dt/fsck-verify-pack-error'
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index a168800ae0d1a6ffe741dfda26dbe5133cc4c4fc..90bdb1edde15ccd39055c376f5d920c29af013c0 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-2131,7
+2131,7
@@
void mingw_startup()
int uname(struct utsname *buf)
{
-
DWORD v =
GetVersion();
+
unsigned v = (unsigned)
GetVersion();
memset(buf, 0, sizeof(*buf));
xsnprintf(buf->sysname, sizeof(buf->sysname), "Windows");
xsnprintf(buf->release, sizeof(buf->release),