diff options
Diffstat (limited to 'sbin/swapon/swapon.c')
-rw-r--r-- | sbin/swapon/swapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index e2cf8cafc0b4..0216d527c40f 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/swapon/swapon.c,v 1.24.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> |