]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/mktemp.c
Add vasprintf compatibility function
[netatalk.git] / libatalk / compat / mktemp.c
index f08bd1eccbfce03ee0327aadf3672928c429f487..8faae19336149d309234b182002bdead6c3d9cdd 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)mktemp.c   5.9 (Berkeley) 6/1/90";
 #endif /* LIBC_SCCS and not lint */
 
-static int     _mktemp_dummy;
-
 # ifdef ultrix
 
 #include <sys/types.h>
@@ -113,4 +116,4 @@ _gettemp(path, doopen)
        /*NOTREACHED*/
 }
 
-# endif ultrix
+# endif /* ultrix */