]> sjero.net Git - wget/blobdiff - src/utils.c
Fixes needed for VMS.
[wget] / src / utils.c
index 7a93376a46d36a0bd246f4ae0ef057b3151c7300..a9d729d42a69b449cf6998992f168ca5db42d6cf 100644 (file)
@@ -1,6 +1,6 @@
 /* Various utility functions.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -698,7 +698,7 @@ unique_create (const char *name, bool binary, char **opened_name)
    appropriately.  */
    
 FILE *
-fopen_excl (const char *fname, bool binary)
+fopen_excl (const char *fname, int binary)
 {
   int fd;
 #ifdef O_EXCL