summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 16:38:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 16:38:29 +0000
commit1884b7c77a2c09aad3b7f761d72c44d495762a71 (patch)
tree759b23ea60dbc60c533d3881e16892376abe3569 /usr.bin
parent208b87e55110dd48afc1de021edffc9e18264fe6 (diff)
/tmp// -> /tmp
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/oldrdist/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/oldrdist/main.c b/usr.bin/oldrdist/main.c
index 2fe055fc013..d063103e98a 100644
--- a/usr.bin/oldrdist/main.c
+++ b/usr.bin/oldrdist/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.5 1996/08/22 20:33:22 millert Exp $ */
+/* $OpenBSD: main.c,v 1.6 1996/09/16 16:38:28 millert Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -41,7 +41,7 @@ static char copyright[] =
#ifndef lint
/* from: static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; */
-static char *rcsid = "$OpenBSD: main.c,v 1.5 1996/08/22 20:33:22 millert Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.6 1996/09/16 16:38:28 millert Exp $";
#endif /* not lint */
#include "defs.h"
@@ -53,7 +53,7 @@ static char *rcsid = "$OpenBSD: main.c,v 1.5 1996/08/22 20:33:22 millert Exp $";
*/
char *distfile = NULL;
-#define _RDIST_TMP "/rdistXXXXXX"
+#define _RDIST_TMP "rdistXXXXXX"
char tempfile[sizeof _PATH_TMP + sizeof _RDIST_TMP + 1];
char *tempname;