summaryrefslogtreecommitdiff
path: root/src/encoding.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-09-24 20:30:13 +0000
committerChristos Zoulas <christos@zoulas.com>2022-09-24 20:30:13 +0000
commit13818e87b30ea4fb6c12d69ff5b950ae4d14a8dc (patch)
tree17bc06f83753c035b324bd2bf815fcec46732ebb /src/encoding.c
parent8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a (diff)
downloadfile-git-13818e87b30ea4fb6c12d69ff5b950ae4d14a8dc.tar.gz
Revert previous
Diffstat (limited to 'src/encoding.c')
-rw-r--r--src/encoding.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/encoding.c b/src/encoding.c
index 660d1fd7..0aea1236 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -1,5 +1,3 @@
-/* $NetBSD$ */
-
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -37,11 +35,7 @@
#include "file.h"
#ifndef lint
-#if 0
-FILE_RCSID("@(#)$File: encoding.c,v 1.40 2022/09/24 20:22:21 christos Exp $")
-#else
-__RCSID("$NetBSD$");
-#endif
+FILE_RCSID("@(#)$File: encoding.c,v 1.41 2022/09/24 20:30:13 christos Exp $")
#endif /* lint */
#include "magic.h"