summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-ac')
-rw-r--r--shells/zsh/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/zsh/patches/patch-ac b/shells/zsh/patches/patch-ac
deleted file mode 100644
index d6cc81f19fe..00000000000
--- a/shells/zsh/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2002/03/04 20:27:45 tron Exp $
-
---- Src/watch.c.orig Tue Jan 16 14:44:20 2001
-+++ Src/watch.c Mon Mar 4 21:22:10 2002
-@@ -29,6 +29,11 @@
-
- #include "zsh.mdh"
-
-+#if defined(__NetBSD__) && defined(HAVE_UTMPX_H)
-+# undef HAVE_UTMPX_H
-+# undef HAVE_STRUCT_UTMPX
-+#endif
-+
- /* Headers for utmp/utmpx structures */
- #ifdef HAVE_UTMP_H
- # include <utmp.h>