summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-05-18 18:08:39 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-05-18 18:08:39 +0000
commit95a94d7cabee770ad56ff7e4910fcbf368a0e5f0 (patch)
tree999eabc682d345f1fc00013280389cba71ee83db /cad/gnetlist/patches/patch-ad
parentc4cb34d566b8263145e71951e0cca51fac481616 (diff)
downloadpkgsrc-95a94d7cabee770ad56ff7e4910fcbf368a0e5f0.tar.gz
update the gEDA suite of tools to the 20020414 snapshot.
Many bug fixes and improvements since last snapshot. Many more symbols added to the libraries.
Diffstat (limited to 'cad/gnetlist/patches/patch-ad')
-rw-r--r--cad/gnetlist/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/cad/gnetlist/patches/patch-ad b/cad/gnetlist/patches/patch-ad
deleted file mode 100644
index c433838ac21..00000000000
--- a/cad/gnetlist/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
-
---- src/s_net.c.orig Fri Jun 15 20:37:43 2001
-+++ src/s_net.c Mon Jul 16 19:53:43 2001
-@@ -20,4 +20,7 @@
- #include <config.h>
- #include <stdio.h>
-+#ifdef HAVE_STRINGS_H
-+#include <strings.h>
-+#endif
- #include <stdlib.h>
- #include <assert.h>