diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 00:21:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 00:21:25 +0000 |
commit | 2fd6e6bff8caef694ebcb6e3a370f86df82bb577 (patch) | |
tree | 9cb8b93126597d8f2e0a33361b1165cb5deab5f3 | |
parent | bb9ac9d15eeacabc460988374ee1550e74d0a013 (diff) |
Notes
-rw-r--r-- | lang/guile/files/patch-libguile::posix.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lang/guile/files/patch-libguile::posix.c b/lang/guile/files/patch-libguile::posix.c deleted file mode 100644 index 50a23dee7157..000000000000 --- a/lang/guile/files/patch-libguile::posix.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libguile/posix.c.orig Mon Dec 8 17:26:35 2003 -+++ libguile/posix.c Mon Dec 8 17:31:20 2003 -@@ -147,10 +147,6 @@ - #include <locale.h> - #endif - --#if HAVE_LIBCRYPT && HAVE_CRYPT_H --# include <crypt.h> --#endif -- - #if HAVE_SYS_RESOURCE_H - # include <sys/resource.h> - #endif -@@ -1343,7 +1339,7 @@ - #undef FUNC_NAME - #endif /* HAVE_SYNC */ - --#if HAVE_LIBCRYPT && HAVE_CRYPT_H -+#if HAVE_LIBCRYPT - SCM_DEFINE (scm_crypt, "crypt", 2, 0, 0, - (SCM key, SCM salt), - "Encrypt @var{key} using @var{salt} as the salt value to the\n" -@@ -1361,7 +1357,7 @@ - return scm_makfrom0str (p); - } - #undef FUNC_NAME --#endif /* HAVE_LIBCRYPT && HAVE_CRYPT_H */ -+#endif /* HAVE_LIBCRYPT */ - - #if HAVE_CHROOT - SCM_DEFINE (scm_chroot, "chroot", 1, 0, 0, |