diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-14 15:33:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-14 15:33:46 +0000 |
| commit | e17cbfeb5911de38fc0d1954dc8c40487b36e9c9 (patch) | |
| tree | 6529303e7ef2ab8e9fd3fe3cf21fcaae753c2f52 | |
| parent | 9f69c36c95b40c0dccf5b2550b92da3dc5b01f95 (diff) | |
Notes
| -rw-r--r-- | lib/libc_r/uthread/uthread_priority_queue.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/uthread/uthread_setschedparam.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_priority_queue.c b/lib/libc_r/uthread/uthread_priority_queue.c index cc2b6e670a98..abf33a590489 100644 --- a/lib/libc_r/uthread/uthread_priority_queue.c +++ b/lib/libc_r/uthread/uthread_priority_queue.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_priority_queue.c,v 1.2 1999/06/20 08:28:37 jb Exp $ + * $Id: uthread_priority_queue.c,v 1.1.2.1 1999/05/09 07:48:40 peter Exp $ */ #include <stdlib.h> #include <sys/queue.h> diff --git a/lib/libc_r/uthread/uthread_setschedparam.c b/lib/libc_r/uthread/uthread_setschedparam.c index f1ce72ec3538..fbcdfe9cb2b2 100644 --- a/lib/libc_r/uthread/uthread_setschedparam.c +++ b/lib/libc_r/uthread/uthread_setschedparam.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_setschedparam.c,v 1.2 1999/06/20 08:28:44 jb Exp $ + * $Id: uthread_setschedparam.c,v 1.1.2.1 1999/05/09 07:48:40 peter Exp $ */ #include <errno.h> #include <sys/param.h> |
