aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/strdup.c')
-rw-r--r--stand/libsa/strdup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/libsa/strdup.c b/stand/libsa/strdup.c
index ad7200c69850..f256bb95afff 100644
--- a/stand/libsa/strdup.c
+++ b/stand/libsa/strdup.c
@@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */