diff options
Diffstat (limited to 'bin/sh/mystring.c')
-rw-r--r-- | bin/sh/mystring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 993cbd2..bc3d1ca 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -38,9 +38,9 @@ #if 0 static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * String functions. |