Subject: mktemp()
To: None <amiga-dev@NetBSD.ORG>
From: Chris A. Mattingly <Chris_Mattingly@ncsu.edu>
List: amiga-dev
Date: 03/16/1995 20:34:21
In attempting to compile a program that uses mktemp(), I had 0% success.
It causes a bus error every time...

Ex. prog.:

#include <unistd.h>
int main()
{
  char *temp;

  temp = "/tmp/temp.XXXXXX";
  mktemp(temp);
  return 0;
}

Has this been fixed in a more current -current than I have?

Thanks,
Chris
-- 
Chris Mattingly       | My views are not necessarily those of my employers
camattin@eos.ncsu.edu | 
                      | "Good programmers write good code; great programmers 
                      | 'borrow' good code."  -- Mike Gancarz