diff options
Diffstat (limited to 'usr.bin/revoke/revoke.c')
-rw-r--r-- | usr.bin/revoke/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/revoke/revoke.c b/usr.bin/revoke/revoke.c index bc9f838bf37c..32d4c361f1af 100644 --- a/usr.bin/revoke/revoke.c +++ b/usr.bin/revoke/revoke.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/revoke/revoke.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> |