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_fd.c | |
parent | 47f050e9c88252e12310c4577d91a2ac835b2505 (diff) |
preserve FreeBSD idents
Diffstat (limited to 'lib/libpthread/uthread/uthread_fd.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_fd.c b/lib/libpthread/uthread/uthread_fd.c index 0c2b10a7d8a..3db630be5f4 100644 --- a/lib/libpthread/uthread/uthread_fd.c +++ b/lib/libpthread/uthread/uthread_fd.c @@ -29,8 +29,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_fd.c,v 1.2 1998/11/09 03:13:19 d Exp $ - * $OpenBSD: uthread_fd.c,v 1.2 1998/11/09 03:13:19 d Exp $ + * $FreeBSD: uthread_fd.c,v 1.9 1998/09/13 15:33:42 dt Exp $ + * $OpenBSD: uthread_fd.c,v 1.3 1998/12/23 22:49:46 d Exp $ * */ #include <errno.h> |