summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libutil/_secure_path.c2
-rw-r--r--libutil/libutil.h2
-rw-r--r--libutil/login_cap.c2
-rw-r--r--libutil/login_cap.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c
index 983292f..c27003c 100644
--- a/libutil/_secure_path.c
+++ b/libutil/_secure_path.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: _secure_path.c,v 1.3 1998/10/09 00:39:08 jkh Exp $
+ * $FreeBSD$
*/
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 32957d9..f41c665 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.21 1998/12/16 17:52:15 bde Exp $
+ * $FreeBSD$
*/
#ifndef _LIBUTIL_H_
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index 0e113aa..af27766 100644
--- a/libutil/login_cap.c
+++ b/libutil/login_cap.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_cap.c,v 1.15 1999/04/24 17:01:58 ache Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/libutil/login_cap.h b/libutil/login_cap.h
index f380936..f4b3825 100644
--- a/libutil/login_cap.h
+++ b/libutil/login_cap.h
@@ -22,7 +22,7 @@
* Low-level routines relating to the user capabilities database
*
* Was login_cap.h,v 1.9 1997/05/07 20:00:01 eivind Exp
- * $Id: login_cap.h,v 1.1 1997/05/10 12:49:30 davidn Exp $
+ * $FreeBSD$
*/
#ifndef _LOGIN_CAP_H_