summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/pathnames.h
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-11-28 13:32:39 +0000
committerbapt <bapt@FreeBSD.org>2011-11-28 13:32:39 +0000
commit0d5c584942b4969017d0bf120398070c8fd2f97a (patch)
tree5de96cd08140867e02d44da62c0ad8d89e243890 /usr.bin/m4/pathnames.h
parent273ffa0653ea7a2d8c5cf90c7625a5e3915bb9f3 (diff)
downloadFreeBSD-src-0d5c584942b4969017d0bf120398070c8fd2f97a.zip
FreeBSD-src-0d5c584942b4969017d0bf120398070c8fd2f97a.tar.gz
Synchronize with laster version of m4 from OpenBSD and NetBSD
This bring better compatibility with gnum4 Reviewed by: cognet Approved by: cognet Obtained from: OpenBSD, NetBSD
Diffstat (limited to 'usr.bin/m4/pathnames.h')
-rw-r--r--usr.bin/m4/pathnames.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h
index 892605e..f8b92c7 100644
--- a/usr.bin/m4/pathnames.h
+++ b/usr.bin/m4/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.4 1997/04/04 18:41:29 deraadt Exp $ */
+/* $OpenBSD: pathnames.h,v 1.5 2003/06/03 02:56:10 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.6 1995/09/29 00:27:55 cgd Exp $ */
/*
@@ -16,7 +16,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -46,8 +46,7 @@
#define UNIQUE 3 /* unique char location */
#endif
-#if defined(unix) || defined(__FreeBSD__) || defined(__NetBSD__) || \
- defined(__OpenBSD__)
+#if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__)
#define _PATH_DIVNAME "/tmp/m4.0XXXXXXXXXX" /* unix diversion files */
#define UNIQUE 8 /* unique char location */
#endif
OpenPOWER on IntegriCloud