diff options
Diffstat (limited to 'lib/libc/string/strtok.c')
-rw-r--r-- | lib/libc/string/strtok.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 46e40bfa4a61..fb22913505ba 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -34,12 +34,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stddef.h> #ifdef DEBUG_STRTOK #include <stdio.h> |