diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-03 01:02:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-03 01:02:44 +0000 |
commit | 608493bb3d8aaa88f2804c620ef8d208ba98b08a (patch) | |
tree | 23945a49ad1cb6c935d583e9738f80716c268e49 /usr.bin/ftp/pathnames.h | |
parent | b6a2ec9ce1490038560dc7ff89049580f7123f3c (diff) |
Sync with NetBSD
Diffstat (limited to 'usr.bin/ftp/pathnames.h')
-rw-r--r-- | usr.bin/ftp/pathnames.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ftp/pathnames.h b/usr.bin/ftp/pathnames.h index c3ffcbce4d2..e028658e736 100644 --- a/usr.bin/ftp/pathnames.h +++ b/usr.bin/ftp/pathnames.h @@ -1,5 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.3 1996/09/16 02:26:07 deraadt Exp $ */ -/* $NetBSD: pathnames.h,v 1.5 1995/09/08 01:06:40 tls Exp $ */ +/* $NetBSD: pathnames.h,v 1.7 1997/01/09 20:19:40 tls Exp $ */ /* * Copyright (c) 1989, 1993 @@ -38,4 +37,4 @@ #include <paths.h> -#define _PATH_TMPFILE "/tmp/ftpXXXXXX" +#define TMPFILE "ftpXXXXXX" |