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 | |
| parent | 090f02d93c6247853b1bcefdb5f4b3dfd0bc9f41 (diff) | |
Notes
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 7e59d226e9841..02f07cd935bce 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 3c0dc5497ce9d..0608c8b4442db 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 a28ebe7a3caf1..83c247ae96a36 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 567bea4806f5c..46a98072ac9c9 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 69004439e3c31..615fcd78b4b4b 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 80bd848126826..00d7cf13b5168 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 f73f6eb2bb4a0..e4b10a155b04a 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 6426f64337a69..09f6c35fff33e 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 9f3c58bf2fe03..3fe83bc34ad7d 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> |
