summaryrefslogtreecommitdiff
path: root/fuzz
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 /fuzz
parentfc601ce4124603d86277d6bf12242edbbb5ab6de (diff)
downloadfile-git-8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a.tar.gz
mdd build glue, bump version
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/magic_fuzzer.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/fuzz/magic_fuzzer.c b/fuzz/magic_fuzzer.c
index 9a111626..4aa219a5 100644
--- a/fuzz/magic_fuzzer.c
+++ b/fuzz/magic_fuzzer.c
@@ -1,3 +1,5 @@
+/* $NetBSD$ */
+
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -28,7 +30,11 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: magic_fuzzer.c,v 1.1 2017/04/24 19:41:34 christos Exp $")
+#if 0
+FILE_RCSID("@(#)$File: magic_fuzzer.c,v 1.2 2022/09/24 20:22:21 christos Exp $")
+#else
+__RCSID("$NetBSD$");
+#endif
#endif /* lint */
#include "magic.h"