diff options
author | deischen <deischen@FreeBSD.org> | 1999-08-05 12:15:30 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 1999-08-05 12:15:30 +0000 |
commit | 3999d507696f72f37395b8794667806e95369608 (patch) | |
tree | 196a4de8dfd9b807ab617441eb96cc2088d3b64f /lib/libc_r/sys | |
parent | 9161b0a7904cd5f5ec64dfebc31201ccdf41c2f9 (diff) | |
download | FreeBSD-src-3999d507696f72f37395b8794667806e95369608.zip FreeBSD-src-3999d507696f72f37395b8794667806e95369608.tar.gz |
Add RCS IDs to those files without them.
Fix copyrights (s/REGENTS/AUTHOR).
Suggested by: tg
Approved by: jb
Diffstat (limited to 'lib/libc_r/sys')
-rw-r--r-- | lib/libc_r/sys/uthread_error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/sys/uthread_error.c b/lib/libc_r/sys/uthread_error.c index 545dfb0..9f9e1a5 100644 --- a/lib/libc_r/sys/uthread_error.c +++ b/lib/libc_r/sys/uthread_error.c @@ -31,6 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ */ #ifdef _THREAD_SAFE #include <pthread.h> |