Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/bin/pax pullup 1.5->1.6 (kleink)



details:   https://anonhg.NetBSD.org/src/rev/6c11a1b62c7d
branches:  netbsd-1-4
changeset: 469191:6c11a1b62c7d
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Jul 07 00:00:43 1999 +0000

description:
pullup 1.5->1.6 (kleink)

diffstat:

 bin/pax/pax.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0944c6393477 -r 6c11a1b62c7d bin/pax/pax.h
--- a/bin/pax/pax.h     Tue Jul 06 23:56:51 1999 +0000
+++ b/bin/pax/pax.h     Wed Jul 07 00:00:43 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pax.h,v 1.5 1998/03/26 02:14:00 mycroft Exp $  */
+/*     $NetBSD: pax.h,v 1.5.2.1 1999/07/07 00:00:43 perry Exp $        */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -244,3 +244,9 @@
 #define HEX    16
 #define OCT    8
 #define _PAX_  1
+
+/*
+ * Pathname base component of the temporary file template, to be created in
+ * ${TMPDIR} or, as a fall-back, _PATH_TMP.
+ */
+#define TMPFILE        "paxXXXXXX"



Home | Main Index | Thread Index | Old Index