summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-09-24 20:22:21 +0000
committerChristos Zoulas <christos@zoulas.com>2022-09-24 20:22:21 +0000
commit8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a (patch)
tree4b97e8bc07e811cd139805e81d566ba61eb55c74 /src/file.h
parentfc601ce4124603d86277d6bf12242edbbb5ab6de (diff)
downloadfile-git-8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a.tar.gz
mdd build glue, bump version
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index 85675dff..aa4ba5fc 100644
--- a/src/file.h
+++ b/src/file.h
@@ -1,3 +1,5 @@
+/* $NetBSD$ */
+
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -27,7 +29,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.237 2022/09/10 13:21:42 christos Exp $
+ * @(#)$File: file.h,v 1.238 2022/09/24 20:22:21 christos Exp $
*/
#ifndef __file_h__