diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-06-17 16:49:10 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-06-17 16:49:10 +0000 |
commit | 682cb0e13b993478416097e8ba6d9617065602f3 (patch) | |
tree | c1366f7f94308d3e2b0270de009c1fe7188573bd /app-text/rcs/files | |
parent | Removed libmcrypt entry. (libmcrypt unmasked). (diff) | |
download | historical-682cb0e13b993478416097e8ba6d9617065602f3.tar.gz historical-682cb0e13b993478416097e8ba6d9617065602f3.tar.bz2 historical-682cb0e13b993478416097e8ba6d9617065602f3.zip |
add small fixed and bumped up ebuild version
Diffstat (limited to 'app-text/rcs/files')
-rw-r--r-- | app-text/rcs/files/conf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/rcs/files/conf.sh b/app-text/rcs/files/conf.sh index 74024d3a3ed7..a3cf62f5d343 100644 --- a/app-text/rcs/files/conf.sh +++ b/app-text/rcs/files/conf.sh @@ -1,6 +1,6 @@ #! /bin/sh # Output RCS compile-time configuration. -Id='$Id: conf.sh,v 1.1 2000/10/04 17:22:38 achim Exp $' +Id='$Id: conf.sh,v 1.2 2002/06/17 16:49:10 naz Exp $' # Copyright 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert # Distributed under license by the Free Software Foundation, Inc. @@ -1007,7 +1007,7 @@ main(argc, argv) int argc; char **argv; { } EOF # AIX 3.2.0 read-only mmap updates last-modified time of file! Check for this. -sleep 2 +# sleep 2 cp a.c a.d || exit sleep 2 has_map_fd=? has_mmap=? has_madvise=? mmap_signal= |