]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/mktemp.c
Active Directory LDAP queries for ACL support
[netatalk.git] / libatalk / compat / mktemp.c
index 628da6bcd9775d3883cf440a0a052874f0f06d92..8faae19336149d309234b182002bdead6c3d9cdd 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#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>
@@ -117,4 +116,4 @@ _gettemp(path, doopen)
        /*NOTREACHED*/
 }
 
-# endif ultrix
+# endif /* ultrix */