diff options
Diffstat (limited to 'cad/ng-spice/patches/patch-aa')
-rw-r--r-- | cad/ng-spice/patches/patch-aa | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/cad/ng-spice/patches/patch-aa b/cad/ng-spice/patches/patch-aa index 9a01a49f2d2..5cebffc305d 100644 --- a/cad/ng-spice/patches/patch-aa +++ b/cad/ng-spice/patches/patch-aa @@ -1,13 +1,20 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/11/14 14:28:14 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.2 2002/01/26 02:38:32 dmcmahill Exp $ ---- src/include/ngspice.h.orig Sun Oct 15 03:48:57 2000 -+++ src/include/ngspice.h Sat Nov 11 12:20:12 2000 -@@ -13,4 +13,8 @@ - #include <stddef.h> +update to reflect current reality + +--- src/conf.c.orig Mon Dec 10 15:21:11 2001 ++++ src/conf.c Thu Jan 24 10:13:59 2002 +@@ -6,5 +6,5 @@ + + char Spice_Version[ ] = VERSION; +-char Spice_Notice[ ] = "Please submit bug-reports to: ng-spice-bugs@ieee.ing.uniroma1.it"; ++char Spice_Notice[ ] = "Please submit bug-reports to: ngspice-devel@lists.sourceforge.net"; + char Spice_Build_Date[ ] = NGSPICEBUILDDATE; + char *Spice_Exec_Dir = NGSPICEBINDIR; +@@ -13,5 +13,5 @@ + int AsciiRawFile = 0; -+#ifdef HAVE_LIMITS_H -+# include <machine/limits.h> -+#endif -+ - #include "memory.h" - #include "defines.h" +-char *Bug_Addr = "ng-spice-bugs@ieee.ing.uniroma1.it"; ++char *Bug_Addr = "ngspice-devel@lists.sourceforge.net"; + char *Spice_Host = ""; + char *Spiced_Log = ""; |