summaryrefslogtreecommitdiff
path: root/sys/posix4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
commit3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch)
tree4114cadb7556687c77484c7507ab5f541eb9b1ca /sys/posix4
parentf8d4987d7271c1003cce92715022709505f995c7 (diff)
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/_semaphore.h2
-rw-r--r--sys/posix4/ksched.c2
-rw-r--r--sys/posix4/mqueue.h2
-rw-r--r--sys/posix4/p1003_1b.c2
-rw-r--r--sys/posix4/posix4.h2
-rw-r--r--sys/posix4/posix4_mib.c2
-rw-r--r--sys/posix4/sched.h2
-rw-r--r--sys/posix4/semaphore.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h
index 91106ff99e51..e65181f5d995 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.3 2004/02/03 22:27:03 deischen Exp $
*/
#ifndef __SEMAPHORE_H_
#define __SEMAPHORE_H_
diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c
index 6ef2940b6826..bbdd67779f75 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.25 2003/09/13 18:46:24 nectar Exp $");
#include "opt_posix.h"
diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h
index 8fb98fbed9ed..f04c72aaa960 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 2002/09/20 17:54:34 mike Exp $
*/
/* mqueue.h: POSIX 1003.1b Message Queues */
diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c
index 51c0032a76bd..c1c219b9445e 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.22 2003/06/11 06:28:14 obrien Exp $");
#include "opt_posix.h"
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h
index b17e9270e675..ae5077a84d28 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 2003/02/19 05:47:42 imp Exp $
*/
#include <sys/param.h>
diff --git a/sys/posix4/posix4_mib.c b/sys/posix4/posix4_mib.c
index 3c6bb976a733..24d7ab56eed1 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.8 2003/06/11 06:28:14 obrien Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h
index 92fad6da914d..0079d9ac21c3 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 2002/10/03 06:27:50 mike Exp $
*/
/* sched.h: POSIX 1003.1b Process Scheduling header */
diff --git a/sys/posix4/semaphore.h b/sys/posix4/semaphore.h
index 180625221f2e..b2daf3459ee1 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 2004/02/03 22:27:03 deischen Exp $
*/
/* semaphore.h: POSIX 1003.1b semaphores */