head	1.3;
access;
symbols
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	intercal_0_19:1.2
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	intercal_0_18:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.07.29.01.56.31;	author rafan;	state dead;
branches;
next	1.2;

1.2
date	99.12.06.20.35.53;	author mph;	state Exp;
branches;
next	1.1;

1.1
date	98.12.11.19.39.37;	author mph;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.24
- Pass maintainership to submitter

PR:		ports/100929
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
@
text
@*** 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 */
@


1.2
log
@Upgrade to 0.19.

PR:		14635
Submitted by:	saper@@system.pl
@
text
@@


1.1
log
@Upgrade to 0.18.

Provoked by:	Bill Fenner's distfile survey
@
text
@d1 15
a15 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 */
@

