X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fwinproc.c;h=5c445707ec906a2c73327a4547a3658876ada06a;hb=71e181512d1cd61d3865f93f5b85b208b5720ba5;hp=18fa368a9572d5586e3f46728ef5351a644f748a;hpb=e44fe0ebd67f916046eb21f33ba10fb02b5d7b73;p=oweals%2Fgnunet.git diff --git a/src/util/winproc.c b/src/util/winproc.c index 18fa368a9..5c445707e 100644 --- a/src/util/winproc.c +++ b/src/util/winproc.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2001, 2002, 2003, 2004, 2005, 2006 Christian Grothoff (and other contributing authors) + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** @@ -147,7 +147,8 @@ GNInitWinEnv () plibc_initialized (); plibc_set_panic_proc (plibc_panic); ret = plibc_init_utf8 ("GNU", PACKAGE, 1); - + plibc_set_stat_size_size (sizeof (((struct stat *) 0)->st_size)); + plibc_set_stat_time_size (sizeof (((struct stat *) 0)->st_mtime)); /* don't load other DLLs twice */ if (hNTDLL) return ret;