forked from Lainports/freebsd-ports
- Fix types issues on 64-bits architectures. PR: ports/75878 Submitted by: Ville-Pertti Keinonen <will@exomi.com> Approved by: maintainer timeout (3 months)
14 lines
221 B
C
14 lines
221 B
C
|
|
$FreeBSD$
|
|
|
|
--- cmkdir.c.orig
|
|
+++ cmkdir.c
|
|
@@ -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];
|