diff options
Diffstat (limited to 'usr.bin/fsync/fsync.c')
-rw-r--r-- | usr.bin/fsync/fsync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 4e542b8..95bacfb 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -25,9 +25,9 @@ */ #ifndef lint -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <fcntl.h> |