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 | |
| parent | 090f02d93c6247853b1bcefdb5f4b3dfd0bc9f41 (diff) | |
Notes
| -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> |
