diff options
Diffstat (limited to 'lib/libpthread/thread/thr_printf.c')
| -rw-r--r-- | lib/libpthread/thread/thr_printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_printf.c b/lib/libpthread/thread/thr_printf.c index b4a156d502dc..c0c7540628bd 100644 --- a/lib/libpthread/thread/thr_printf.c +++ b/lib/libpthread/thread/thr_printf.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/thread/thr_printf.c,v 1.3 2003/08/19 08:29:33 davidxu Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/thread/thr_printf.c,v 1.3 2003/08/19 08:29:33 davidxu Exp $"); #include <stdarg.h> #include <string.h> |
