Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make use 6 X's instead of 5 for portability.
details: https://anonhg.NetBSD.org/src/rev/3440a6c13a28
branches: trunk
changeset: 499968:3440a6c13a28
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 03 01:18:15 2000 +0000
description:
use 6 X's instead of 5 for portability.
diffstat:
usr.bin/make/job.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7a6b5e9b05dd -r 3440a6c13a28 usr.bin/make/job.h
--- a/usr.bin/make/job.h Sat Dec 02 23:01:54 2000 +0000
+++ b/usr.bin/make/job.h Sun Dec 03 01:18:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.7 2000/05/04 18:29:12 drochner Exp $ */
+/* $NetBSD: job.h,v 1.8 2000/12/03 01:18:15 christos Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -48,7 +48,7 @@
#ifndef _JOB_H_
#define _JOB_H_
-#define TMPPAT "/tmp/makeXXXXX"
+#define TMPPAT "/tmp/makeXXXXXX"
/*
* The SEL_ constants determine the maximum amount of time spent in select
Home |
Main Index |
Thread Index |
Old Index