mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e40b9e72f6
PR: 14635 Submitted by: saper@system.pl
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
*** perpetrate.c.old Fri Dec 18 04:59:39 1998
|
|
--- perpetrate.c Mon Nov 1 00:29:16 1999
|
|
***************
|
|
*** 55,62 ****
|
|
--- 55,64 ----
|
|
/* function created by yacc */
|
|
extern int yyparse(void);
|
|
|
|
+ #ifndef __FreeBSD__
|
|
/* getopt declaration */
|
|
int getopt(int, char**, char*);
|
|
+ #endif
|
|
|
|
/* compilation options */
|
|
bool compile_only; /* just compile into C, don't run the linker */
|