diff options
Diffstat (limited to 'bin/pax/getoldopt.c')
-rw-r--r-- | bin/pax/getoldopt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 291e155..ca18d91 100644 --- a/bin/pax/getoldopt.c +++ b/bin/pax/getoldopt.c @@ -10,9 +10,8 @@ * in the Pubic Domain for your edification and enjoyment. */ -#ifndef lint -static const char rcsid[] = "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdio.h> #include <string.h> |