* Bug #15213, #18635: The use of the insecure m_scratch() and
[mmh] / sbr / m_tmpfil.c
index 907c624..4382061 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * m_tmpfil.c -- construct a temporary file
  *
 
 #include <h/mh.h>
 
-
+/***************************************************************************
+ * DO NOT USE THIS FUNCTION!  IT WILL BE REMOVED IN THE FUTURE.
+ * THIS FUNCTION IS INSECURE.  USE THE FUNCTIONS DEFINED IN m_mktemp.c.
+ ***************************************************************************/
 char *
 m_tmpfil (char *template)
 {