summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/pathnames.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-02 05:25:23 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-02 05:25:23 +0000
commitccab2ee09e41868aafd6b09a67ef54896bd4f032 (patch)
tree50878f5c729007c44be0cbc76e026fa5bd3ba656 /usr.bin/m4/pathnames.h
parente9426bc22e9fbe2baa1a0844b4f8103a1a1e9e03 (diff)
downloadFreeBSD-src-ccab2ee09e41868aafd6b09a67ef54896bd4f032.zip
FreeBSD-src-ccab2ee09e41868aafd6b09a67ef54896bd4f032.tar.gz
Remove redundant declarations of getopt(3) externals (since <unistd.h> does
take care of them), and add __FreeBSD__ to the defined() checks for the _PATH_DIVNAME.
Diffstat (limited to 'usr.bin/m4/pathnames.h')
-rw-r--r--usr.bin/m4/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h
index 043190c..94e8164 100644
--- a/usr.bin/m4/pathnames.h
+++ b/usr.bin/m4/pathnames.h
@@ -50,7 +50,8 @@
#define UNIQUE 3 /* unique char location */
#endif
-#if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(unix) || defined(__FreeBSD__) || defined(__NetBSD__) || \
+ defined(__OpenBSD__)
#define _PATH_DIVNAME "/tmp/m4.0XXXXXXXXXX" /* unix diversion files */
#define UNIQUE 8 /* unique char location */
#endif
OpenPOWER on IntegriCloud