pkgsrc/editors/uemacs/patches/patch-src_crypt_c
dholland 40ebc209fb Pass -Wall. Fix a number of minor bugs and possibly some major ones.
Should also fix clang build. PKGREVISION++
2012-05-10 20:53:30 +00:00

15 lines
470 B
Text

$NetBSD: patch-src_crypt_c,v 1.1 2012/05/10 20:53:30 dholland Exp $
- don't use implicit int
--- src/crypt.c~ 2012-05-10 19:12:43.000000000 +0000
+++ src/crypt.c
@@ -16,7 +16,7 @@ static int PASCAL NEAR mod95(int);
static int PASCAL NEAR mod95();
#endif
-PASCAL NEAR setekey(f, n) /* reset encryption key of current buffer */
+int PASCAL NEAR setekey(f, n) /* reset encryption key of current buffer */
int f; /* default flag */
int n; /* numeric argument */