summaryrefslogtreecommitdiffstats
path: root/lang/intercal/files/patch-ab
blob: 4520fc42bc194e4858195a81284c7aa1da4d5bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- perpetrate.c.orig	Fri Dec 11 11:32:40 1998
+++ perpetrate.c	Fri Dec 11 11:33:10 1998
@@ -56,7 +56,9 @@
 extern int yyparse(void);
 
 /* getopt declaration */
+#ifndef __FreeBSD__
 int getopt(int, char**, char*);
+#endif
 
 /* compilation options */
 bool compile_only; 	/* just compile into C, don't run the linker */
OpenPOWER on IntegriCloud