aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strchr.c')
-rw-r--r--lib/libc/string/strchr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c
index 4a20ea658252..8f6f947e9983 100644
--- a/lib/libc/string/strchr.c
+++ b/lib/libc/string/strchr.c
@@ -22,9 +22,6 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <string.h>
char *__strchrnul(const char *, int);