summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-11-03 15:30:04 +0000
committerderaadt <deraadt@openbsd.org>2007-11-03 15:30:04 +0000
commit4120c4728c1ce9da8998e3ba7bc18b50c9d9b416 (patch)
tree0d86c080a7ff9488d91f096c24f651016c46b464
parentAdd ldattach. (diff)
downloadwireguard-openbsd-4120c4728c1ce9da8998e3ba7bc18b50c9d9b416.tar.xz
wireguard-openbsd-4120c4728c1ce9da8998e3ba7bc18b50c9d9b416.zip
#ifdef stuff that is only used under #ifdef; ok espie
-rw-r--r--usr.bin/make/arch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c
index 8a5b60e9c0e..ecd054b68b6 100644
--- a/usr.bin/make/arch.c
+++ b/usr.bin/make/arch.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: arch.c,v 1.72 2007/11/02 17:27:24 espie Exp $ */
+/* $OpenBSD: arch.c,v 1.73 2007/11/03 15:30:04 deraadt Exp $ */
/* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */
/*
@@ -170,9 +170,11 @@ struct SVR4namelist {
size_t fnamesize; /* Size of the string table */
};
+#ifdef SVR4ARCHIVES
static const char *svr4list = "Archive list";
static char *ArchSVR4Entry(struct SVR4namelist *, const char *, size_t, FILE *);
+#endif
static struct arch_member *
new_arch_member(struct ar_hdr *hdr, const char *name)