diff options
Diffstat (limited to 'lib/libc/string/strstr.c')
-rw-r--r-- | lib/libc/string/strstr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 2ca0d4fd03c1..90f8bc701e0f 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.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 <stdint.h> #include <string.h> |