diff options
Diffstat (limited to 'lib/libc/stdio/vwprintf.c')
-rw-r--r-- | lib/libc/stdio/vwprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdio/vwprintf.c b/lib/libc/stdio/vwprintf.c index 3d6788e0704d..01b57926ae2e 100644 --- a/lib/libc/stdio/vwprintf.c +++ b/lib/libc/stdio/vwprintf.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdarg.h> #include <stdio.h> #include <wchar.h> |