diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index bbc191e29b38..1356d8161425 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -1,4 +1,4 @@ -/* $NetBSD $ */ +/* $NetBSD: mount_udf.c,v 1.2 2006/02/02 15:48:24 xtraeme Exp $ */ /* * Copyright (c) 2006 Reinoud Zandijk @@ -36,7 +36,7 @@ #include #ifndef lint -__RCSID("$NetBSD: mount_udf.c,v 1.1 2006/02/02 15:21:29 reinoud Exp $"); +__RCSID("$NetBSD: mount_udf.c,v 1.2 2006/02/02 15:48:24 xtraeme Exp $"); #endif /* not lint */