summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-07-18 01:38:19 +0000
committerjasone <jasone@FreeBSD.org>2000-07-18 01:38:19 +0000
commit3006cee4d86e629e54614ef8d7cdeb703ade3fc1 (patch)
treee2332ceb4c73c0ec3721c3a839676ad5a03691a7 /lib/libkse
parent615931bbc74494c874a4bda95f99183db170a072 (diff)
downloadFreeBSD-src-3006cee4d86e629e54614ef8d7cdeb703ade3fc1.zip
FreeBSD-src-3006cee4d86e629e54614ef8d7cdeb703ade3fc1.tar.gz
Change my email address in the copyright notices for the sake of consistency
(jasone@canonware.com --> jasone@freebsd.org).
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/thread/thr_aio_suspend.c2
-rw-r--r--lib/libkse/thread/thr_cond.c2
-rw-r--r--lib/libkse/thread/thr_creat.c2
-rw-r--r--lib/libkse/thread/thr_pause.c2
-rw-r--r--lib/libkse/thread/thr_sem.c2
-rw-r--r--lib/libkse/thread/thr_sleep.c2
-rw-r--r--lib/libkse/thread/thr_system.c2
-rw-r--r--lib/libkse/thread/thr_tcdrain.c2
-rw-r--r--lib/libkse/thread/thr_wait.c2
-rw-r--r--lib/libkse/thread/thr_waitpid.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/libkse/thread/thr_aio_suspend.c b/lib/libkse/thread/thr_aio_suspend.c
index 5940282..1253f20 100644
--- a/lib/libkse/thread/thr_aio_suspend.c
+++ b/lib/libkse/thread/thr_aio_suspend.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_cond.c b/lib/libkse/thread/thr_cond.c
index 4c18465..0a5298b 100644
--- a/lib/libkse/thread/thr_cond.c
+++ b/lib/libkse/thread/thr_cond.c
@@ -451,7 +451,7 @@ pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex,
}
_thread_leave_cancellation_point();
-
+
/* Return the completion status: */
return (rval);
}
diff --git a/lib/libkse/thread/thr_creat.c b/lib/libkse/thread/thr_creat.c
index bb8e7c2..1b51fec 100644
--- a/lib/libkse/thread/thr_creat.c
+++ b/lib/libkse/thread/thr_creat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_pause.c b/lib/libkse/thread/thr_pause.c
index a841556..09e4c17 100644
--- a/lib/libkse/thread/thr_pause.c
+++ b/lib/libkse/thread/thr_pause.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_sem.c b/lib/libkse/thread/thr_sem.c
index d893c94..10dec5e 100644
--- a/lib/libkse/thread/thr_sem.c
+++ b/lib/libkse/thread/thr_sem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_sleep.c b/lib/libkse/thread/thr_sleep.c
index 34a5925..fdfeeec 100644
--- a/lib/libkse/thread/thr_sleep.c
+++ b/lib/libkse/thread/thr_sleep.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_system.c b/lib/libkse/thread/thr_system.c
index 9265975..47a572d 100644
--- a/lib/libkse/thread/thr_system.c
+++ b/lib/libkse/thread/thr_system.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_tcdrain.c b/lib/libkse/thread/thr_tcdrain.c
index d040599..6470882 100644
--- a/lib/libkse/thread/thr_tcdrain.c
+++ b/lib/libkse/thread/thr_tcdrain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_wait.c b/lib/libkse/thread/thr_wait.c
index abc19cc..c34d997 100644
--- a/lib/libkse/thread/thr_wait.c
+++ b/lib/libkse/thread/thr_wait.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libkse/thread/thr_waitpid.c b/lib/libkse/thread/thr_waitpid.c
index a847295..28fcd78 100644
--- a/lib/libkse/thread/thr_waitpid.c
+++ b/lib/libkse/thread/thr_waitpid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
+ * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud