diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /sbin/swapon | |
parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Diffstat (limited to 'sbin/swapon')
-rw-r--r-- | sbin/swapon/swapon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index d98f63b153d0..b9b865c0fc09 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/disk.h> #include <sys/disklabel.h> |