summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit0b3bc144008c93d61f3720daf8aeff915df65ede (patch)
tree38bf3d4683e21a485b3aa3a4a9bc3b01021bc76c /libutil
parent74a5d0069d710c4640b78810b7bd7a4f21c43d9d (diff)
downloadpw-darwin-0b3bc144008c93d61f3720daf8aeff915df65ede.tar.gz
pw-darwin-0b3bc144008c93d61f3720daf8aeff915df65ede.tar.zst
pw-darwin-0b3bc144008c93d61f3720daf8aeff915df65ede.zip
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Diffstat (limited to 'libutil')
-rw-r--r--libutil/libutil.h2
-rw-r--r--libutil/login_cap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 05acf60..1235b66 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.1 1996/01/01 08:27:37 peter Exp $
+ * $FreeBSD$
*/
#ifndef _LIBUTIL_H_
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index 961f539..30a36f0 100644
--- a/libutil/login_cap.c
+++ b/libutil/login_cap.c
@@ -21,7 +21,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_cap.c,v 1.3 1997/01/07 13:32:04 davidn Exp $
+ * $FreeBSD$
*/
#include <stdio.h>