From ec83f0570d5b0f4a321c1b1bd3b21203db4814a5 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Thu, 25 May 2006 03:20:33 +0000 Subject: Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK moritz@, otto@ --- usr.bin/sdiff/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/sdiff/common.h') diff --git a/usr.bin/sdiff/common.h b/usr.bin/sdiff/common.h index c75aef2700b..330ecf83e73 100644 --- a/usr.bin/sdiff/common.h +++ b/usr.bin/sdiff/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.1 2006/02/20 08:38:18 otto Exp $ */ +/* $OpenBSD: common.h,v 1.2 2006/05/25 03:20:32 ray Exp $ */ /* * Written by Raymond Lai . @@ -6,4 +6,3 @@ */ __dead void cleanup(const char *); -char *xmktemp(const char *); -- cgit v1.2.3