diff options
Diffstat (limited to 'sbin/gpt/boot.c')
-rw-r--r-- | sbin/gpt/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gpt/boot.c b/sbin/gpt/boot.c index b4a151acce4b..e30ca6ee047a 100644 --- a/sbin/gpt/boot.c +++ b/sbin/gpt/boot.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/boot.c,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |