summaryrefslogtreecommitdiff
path: root/src/asprintf.c
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/asprintf.c
parentfc601ce4124603d86277d6bf12242edbbb5ab6de (diff)
downloadfile-git-8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a.tar.gz
mdd build glue, bump version
Diffstat (limited to 'src/asprintf.c')
-rw-r--r--src/asprintf.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/asprintf.c b/src/asprintf.c
index 2d14e807..10eb5a0e 100644
--- a/src/asprintf.c
+++ b/src/asprintf.c
@@ -1,3 +1,5 @@
+/* $NetBSD$ */
+
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -29,7 +31,11 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: asprintf.c,v 1.5 2018/09/09 20:33:28 christos Exp $")
+#if 0
+FILE_RCSID("@(#)$File: asprintf.c,v 1.6 2022/09/24 20:22:21 christos Exp $")
+#else
+__RCSID("$NetBSD$");
+#endif
#endif
int asprintf(char **ptr, const char *fmt, ...)