aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/swab.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/swab.c')
-rw-r--r--lib/libc/string/swab.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c
index a4fc3b94097f..da850868aa79 100644
--- a/lib/libc/string/swab.c
+++ b/lib/libc/string/swab.c
@@ -37,6 +37,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
#include <string.h>