diff options
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r-- | bin/rm/rm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c index f2665ed..3457454 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -40,11 +40,10 @@ static const char copyright[] = #ifndef lint #if 0 static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <sys/param.h> |