]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
made mkstemp() static
authorAndreas Gustafsson <source@isc.org>
Thu, 30 Aug 2001 21:16:41 +0000 (21:16 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 30 Aug 2001 21:16:41 +0000 (21:16 +0000)
lib/isc/win32/file.c

index 3802e62b05f95a4a868e97417cc9823e0566b518..fd595c3d973ca369a0e42cfadbda0230483f09a4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: file.c,v 1.21 2001/08/30 04:31:30 mayer Exp $ */
+/* $Id: file.c,v 1.22 2001/08/30 21:16:41 gson Exp $ */
 
 #include <config.h>
 
@@ -105,7 +105,7 @@ gettemp(char *path, int *doopen) {
        /*NOTREACHED*/
 }
 
-int
+static int
 mkstemp(char *path) {
        int fd;