diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-12-23 22:49:48 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-12-23 22:49:48 +0000 |
commit | 93c3d76654771270f5bfb481ec16b21c7eadef00 (patch) | |
tree | e87b31e9fc4ec83a1d66f6cb59e589095c836f70 /lib/libpthread/uthread/uthread_readv.c | |
parent | 47f050e9c88252e12310c4577d91a2ac835b2505 (diff) |
preserve FreeBSD idents
Diffstat (limited to 'lib/libpthread/uthread/uthread_readv.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_readv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_readv.c b/lib/libpthread/uthread/uthread_readv.c index 77fbf60fd03..293adfe0e53 100644 --- a/lib/libpthread/uthread/uthread_readv.c +++ b/lib/libpthread/uthread/uthread_readv.c @@ -29,8 +29,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_readv.c,v 1.1 1998/08/27 09:01:16 d Exp $ - * $OpenBSD: uthread_readv.c,v 1.1 1998/08/27 09:01:16 d Exp $ + * $FreeBSD: uthread_readv.c,v 1.6 1998/06/10 22:28:44 jb Exp $ + * $OpenBSD: uthread_readv.c,v 1.2 1998/12/23 22:49:46 d Exp $ * */ #include <sys/types.h> |