aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat/4.4
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commitdc36d6f9bb1753f3808552f3afd30eda9a7b206a (patch)
treeff3d9074f5f308639d273ed92d108921ee199c5c /lib/libcompat/4.4
parent5a1d14419a5b620430949a46cb6ee63148a43cb9 (diff)
downloadsrc-dc36d6f9bb1753f3808552f3afd30eda9a7b206a.tar.gz
src-dc36d6f9bb1753f3808552f3afd30eda9a7b206a.zip
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'lib/libcompat/4.4')
-rw-r--r--lib/libcompat/4.4/cuserid.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c
index a27b009878eb..188330927897 100644
--- a/lib/libcompat/4.4/cuserid.c
+++ b/lib/libcompat/4.4/cuserid.c
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__SCCSID("@(#)cuserid.c 8.1 (Berkeley) 6/4/93");
#include <pwd.h>
#include <stdio.h>