summary refs log tree commit diff
path: root/bin/cash/printf.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 20:40:53 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 20:40:53 -0500
commit3b2d312677a1f004147180656094e98dc24f2aeb (patch)
tree8660990bfd3eac0a8a92b02e19287555eae9d72d /bin/cash/printf.c
parentRemove cash/tests (diff)
downloadsrc-3b2d312677a1f004147180656094e98dc24f2aeb.tar.gz
src-3b2d312677a1f004147180656094e98dc24f2aeb.zip
Fix unused copyright and rcsid in cash
Diffstat (limited to '')
-rw-r--r--bin/cash/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cash/printf.c b/bin/cash/printf.c
index ad2959ab..e698c417 100644
--- a/bin/cash/printf.c
+++ b/bin/cash/printf.c
@@ -48,8 +48,8 @@ static char const copyright[] =
 #if 0
 static char const sccsid[] = "@(#)printf.c	8.1 (Berkeley) 7/20/93";
 #endif
-static const char rcsid[] =
-  "$FreeBSD: releng/12.0/usr.bin/printf/printf.c 337618 2018-08-11 11:13:34Z jilles $";
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: releng/12.0/usr.bin/printf/printf.c 337618 2018-08-11 11:13:34Z jilles $");
 #endif /* not lint */
 
 #include <sys/types.h>