summaryrefslogtreecommitdiffstats
path: root/games/fortune/unstr/unstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune/unstr/unstr.c')
-rw-r--r--games/fortune/unstr/unstr.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c
index 1512026..44c7a9f 100644
--- a/games/fortune/unstr/unstr.c
+++ b/games/fortune/unstr/unstr.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1991, 1993\n\
@@ -41,13 +42,11 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static const char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
#endif /* not lint */
+#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* This program un-does what "strfile" makes, thereby obtaining the
OpenPOWER on IntegriCloud