diff options
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/blocks.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/change.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/chunk.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/create_chunk.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/disk.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/disklabel.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/rules.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/tst01.c | 6 | ||||
| -rw-r--r-- | lib/libdisk/write_disk.c | 6 |
9 files changed, 27 insertions, 27 deletions
diff --git a/lib/libdisk/blocks.c b/lib/libdisk/blocks.c index 7e59d226e984..02f07cd935bc 100644 --- a/lib/libdisk/blocks.c +++ b/lib/libdisk/blocks.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> diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index 3c0dc5497ce9..0608c8b4442d 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.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> diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index a28ebe7a3caf..83c247ae96a3 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.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> diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 567bea4806f5..46a98072ac9c 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.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> 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> diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c index 80bd84812682..00d7cf13b516 100644 --- a/lib/libdisk/disklabel.c +++ b/lib/libdisk/disklabel.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> diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c index f73f6eb2bb4a..e4b10a155b04 100644 --- a/lib/libdisk/rules.c +++ b/lib/libdisk/rules.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> diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 6426f64337a6..09f6c35fff33 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.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> diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index 9f3c58bf2fe0..3fe83bc34ad7 100644 --- a/lib/libdisk/write_disk.c +++ b/lib/libdisk/write_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> |
