summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strtok.c')
-rw-r--r--lib/libc/string/strtok.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index 6af3529..729ef1b 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -41,10 +41,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stddef.h>
#include <string.h>
OpenPOWER on IntegriCloud