aboutsummaryrefslogtreecommitdiffstats
path: root/cad/ngspice_rework/files/patch-aspice.c
blob: 03d123c289abb61595e9e8389afe8a42d93784db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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