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


1.2
date	2005.04.12.09.06.25;	author flz;	state dead;
branches;
next	1.1;

1.1
date	99.06.22.00.28.00;	author green;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Merge and split existing patch-a[a-f] files.
- Fix types issues on 64-bits architectures.

PR:		ports/75878
Submitted by:	Ville-Pertti Keinonen <will@@exomi.com>
Approved by:	maintainer timeout (3 months)
@
text
@--- cmkdir.c.orig	Mon Jun 21 20:23:18 1999
+++ cmkdir.c	Mon Jun 21 20:23:45 1999
@@@@ -43,7 +43,7 @@@@
 	struct timeval tv;
 	u_long r;
 	int i;
-	int ciph=CFS_THREE_DES;
+	int ciph=CFS_BLOWFISH;
 	int cfmt=1;
 	int smsize=LARGESMSIZE;
 	unsigned char ekey[128];
@


1.1
log
@CFS's cmkdir now makes directories as Blowfish by default.
I've made myself the maintainer, as well.

Reviewed by:	jdp
@
text
@@

