summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
commite40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch)
tree6b1e35fa939a1aded02ae43815a1fee4076bfa87 /cad
parentUnbreak on -current. (diff)
Fix build on current.
Submitted by: mike
Notes
Notes: svn path=/head/; revision=61349
Diffstat (limited to 'cad')
-rw-r--r--cad/ngspice_rework/files/patch-aspice.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/ngspice_rework/files/patch-aspice.c b/cad/ngspice_rework/files/patch-aspice.c
new file mode 100644
index 000000000000..03d123c289ab
--- /dev/null
+++ b/cad/ngspice_rework/files/patch-aspice.c
@@ -0,0 +1,11 @@
+--- src/frontend/aspice.c Tue Jun 4 21:18:04 2002
++++ src/frontend/aspice.c Tue Jun 4 21:17:32 2002
+@@ -178,6 +178,8 @@
+
+ #if defined(__NetBSD__)
+ pid_t status;
++#elif defined(__FreeBSD__)
++ int status;
+ #else
+ union wait status;
+ #endif