mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f739927387
Provoked by: Bill Fenner's distfile survey
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
--- 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 */
|