diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /sys/posix4 | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'sys/posix4')
| -rw-r--r-- | sys/posix4/_semaphore.h | 2 | ||||
| -rw-r--r-- | sys/posix4/ksched.c | 2 | ||||
| -rw-r--r-- | sys/posix4/ksem.h | 2 | ||||
| -rw-r--r-- | sys/posix4/mqueue.h | 2 | ||||
| -rw-r--r-- | sys/posix4/p1003_1b.c | 2 | ||||
| -rw-r--r-- | sys/posix4/posix4.h | 2 | ||||
| -rw-r--r-- | sys/posix4/posix4_mib.c | 2 | ||||
| -rw-r--r-- | sys/posix4/sched.h | 2 | ||||
| -rw-r--r-- | sys/posix4/semaphore.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h index a7bd5d836be75..4bd1c6f2d2283 100644 --- a/sys/posix4/_semaphore.h +++ b/sys/posix4/_semaphore.h @@ -23,7 +23,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.4.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef __SEMAPHORE_H_ #define __SEMAPHORE_H_ diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index a266c575df522..9ae4c99be7ecc 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/ksched.c,v 1.26.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_posix.h" diff --git a/sys/posix4/ksem.h b/sys/posix4/ksem.h index 71979da328bb3..603c36cfb77f9 100644 --- a/sys/posix4/ksem.h +++ b/sys/posix4/ksem.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/ksem.h,v 1.2.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _POSIX4_KSEM_H_ diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h index 8fb98fbed9edd..e830555c55927 100644 --- a/sys/posix4/mqueue.h +++ b/sys/posix4/mqueue.h @@ -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/mqueue.h,v 1.6.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* mqueue.h: POSIX 1003.1b Message Queues */ diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c index 055889e37e617..4f2b5462b5868 100644 --- a/sys/posix4/p1003_1b.c +++ b/sys/posix4/p1003_1b.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/p1003_1b.c,v 1.24.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_posix.h" diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index b17e9270e675a..5446d67b3dff6 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.13.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/posix4/posix4_mib.c b/sys/posix4/posix4_mib.c index 19092164a9eca..d1180351490b2 100644 --- a/sys/posix4/posix4_mib.c +++ b/sys/posix4/posix4_mib.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/posix4_mib.c,v 1.9.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h index 92fad6da914d1..91896406a5122 100644 --- a/sys/posix4/sched.h +++ b/sys/posix4/sched.h @@ -30,7 +30,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.7.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* sched.h: POSIX 1003.1b Process Scheduling header */ diff --git a/sys/posix4/semaphore.h b/sys/posix4/semaphore.h index 34ede7b26613f..905b4e6fcb104 100644 --- a/sys/posix4/semaphore.h +++ b/sys/posix4/semaphore.h @@ -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/semaphore.h,v 1.11.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* semaphore.h: POSIX 1003.1b semaphores */ |
