summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/crypt.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-06 17:18:09 +0000
committermarkm <markm@FreeBSD.org>2002-03-06 17:18:09 +0000
commitff64831dcfcd492ea83c2737516a9d787ad12777 (patch)
treefd253f00aca83bdf5f7478695b3926570dd4df84 /lib/libcrypt/crypt.h
parent506a396cdb6278fa21dba5d8afa255c493b62098 (diff)
downloadFreeBSD-src-ff64831dcfcd492ea83c2737516a9d787ad12777.zip
FreeBSD-src-ff64831dcfcd492ea83c2737516a9d787ad12777.tar.gz
No functional change, but big code cleanup. WARNS, lint(1) and style(9).
Diffstat (limited to 'lib/libcrypt/crypt.h')
-rw-r--r--lib/libcrypt/crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/crypt.h b/lib/libcrypt/crypt.h
index b62bd8e..2488ac8 100644
--- a/lib/libcrypt/crypt.h
+++ b/lib/libcrypt/crypt.h
@@ -34,5 +34,5 @@ char *crypt_des(const char *pw, const char *salt);
char *crypt_md5(const char *pw, const char *salt);
char *crypt_blowfish(const char *pw, const char *salt);
-extern void _crypt_to64(char *s, unsigned long v, int n);
+extern void _crypt_to64(char *s, u_long v, int n);
OpenPOWER on IntegriCloud