diff options
Diffstat (limited to 'bin/sh/mystring.c')
-rw-r--r-- | bin/sh/mystring.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 716f00345961..9ac590d39f64 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95"; -#endif -#endif /* not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * String functions. * |