diff options
Diffstat (limited to 'sys/posix4')
| -rw-r--r-- | sys/posix4/aio.h | 2 | ||||
| -rw-r--r-- | sys/posix4/ksched.c | 2 | ||||
| -rw-r--r-- | sys/posix4/mqueue.h | 2 | ||||
| -rw-r--r-- | sys/posix4/posix4.h | 2 | ||||
| -rw-r--r-- | sys/posix4/sched.h | 2 | ||||
| -rw-r--r-- | sys/posix4/semaphore.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/posix4/aio.h b/sys/posix4/aio.h index 32705f9522c4..982b37f5318d 100644 --- a/sys/posix4/aio.h +++ b/sys/posix4/aio.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/aio.h,v 1.6 1999/12/29 04:55:01 peter Exp $ */ /* aio.h: P1003.1B-1993 Asynchronous I/O */ diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index cce81c3bff6e..995f64fea955 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/ksched.c,v 1.7.2.1 2000/05/16 06:58:13 dillon Exp $ */ /* ksched: Soft real time scheduling based on "rtprio". diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h index c2fc38e011e5..9113fb706eae 100644 --- a/sys/posix4/mqueue.h +++ b/sys/posix4/mqueue.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/mqueue.h,v 1.4 1999/12/29 04:55:02 peter Exp $ */ #include <sys/_posix.h> diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index 232435a4922a..9460f3679f85 100644 --- a/sys/posix4/posix4.h +++ b/sys/posix4/posix4.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/posix4.h,v 1.6 1999/12/27 10:22:09 bde Exp $ */ #include "opt_posix.h" diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h index bdfc49b08f5a..18a80e4b262d 100644 --- a/sys/posix4/sched.h +++ b/sys/posix4/sched.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/sched.h,v 1.4 1999/12/29 04:55:02 peter Exp $ */ #include <sys/types.h> /* For pid_t */ diff --git a/sys/posix4/semaphore.h b/sys/posix4/semaphore.h index 9741b068add4..ed00c0148e2a 100644 --- a/sys/posix4/semaphore.h +++ b/sys/posix4/semaphore.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/semaphore.h,v 1.6 2000/01/20 07:55:42 jasone Exp $ */ #include <sys/_posix.h> |
