diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-30 17:16:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-30 17:16:47 +0000 |
commit | 458b80a106b294d4d78828e7d7c6439c802ad85e (patch) | |
tree | f36039ac4384c3d624775aee8319bf790ee48296 /bin/csh/csh.h | |
parent | d5efc44ca959b708884e380e90b9c7191680f130 (diff) |
Use mkstemp(3) for here document (<<) temporary files instead of $$
Problem noted by proton@ENERGYMECH.NET
Diffstat (limited to 'bin/csh/csh.h')
-rw-r--r-- | bin/csh/csh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/csh.h b/bin/csh/csh.h index eca754f2a10..fcb4e8b92cd 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: csh.h,v 1.6 2000/08/30 01:46:34 mickey Exp $ */ +/* $OpenBSD: csh.h,v 1.7 2000/10/30 17:16:46 millert Exp $ */ /* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */ /*- @@ -139,7 +139,6 @@ int onelflg; /* 2 -> need line for -t, 1 -> exit on read */ Char *ffile; /* Name of shell file for $0 */ char *seterr; /* Error message from scanner/parser */ -Char *shtemp; /* Temp name for << shell files in /tmp */ #include <sys/types.h> #include <sys/time.h> |