diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:16:57 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:16:57 +0000 |
| commit | 96be23e0be4a6c37c76836b5b0915f5745447e45 (patch) | |
| tree | 83c7fb8042635adbae18ea03d5db7240206d0df6 /lib/libdisk/disk.c | |
| parent | 090f02d93c6247853b1bcefdb5f4b3dfd0bc9f41 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/disk.c')
| -rw-r--r-- | lib/libdisk/disk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 69004439e3c3..615fcd78b4b4 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -5,11 +5,11 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <unistd.h> |
