1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/cad/spice/files/patch-src_bin_main.c
Hiroki Sato 82ddc2e107 Unbreak the build:
- Update MASTER_SITES.
- Add missing dependency.
- Regenerate patches.
2020-02-22 20:44:35 +00:00

12 lines
230 B
C

--- src/bin/main.c.orig 1993-07-29 05:48:32 UTC
+++ src/bin/main.c
@@ -183,7 +183,7 @@ if_tranparams(ckt, start, stop, step) struct circ *ckt
char *hlp_filelist[] = { "spice", 0 };
-void
+int
main(ac, av)
char **av;
{