diff options
Diffstat (limited to 'gnu/lib/libdialog/TESTS')
| -rw-r--r-- | gnu/lib/libdialog/TESTS/check1.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/check2.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/check3.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/dselect.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/fselect.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/ftree1.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/ftree2.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/gauge.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/input1.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/input2.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/menu1.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/menu2.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/menu3.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/msg.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/prgbox.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/radio1.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/radio2.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/radio3.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/text.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/tree.c | 5 | ||||
| -rw-r--r-- | gnu/lib/libdialog/TESTS/yesno.c | 5 |
21 files changed, 63 insertions, 42 deletions
diff --git a/gnu/lib/libdialog/TESTS/check1.c b/gnu/lib/libdialog/TESTS/check1.c index b3cf6f56adcf..a2bec62606ac 100644 --- a/gnu/lib/libdialog/TESTS/check1.c +++ b/gnu/lib/libdialog/TESTS/check1.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/check2.c b/gnu/lib/libdialog/TESTS/check2.c index d5ad569c4be9..3608261caf8f 100644 --- a/gnu/lib/libdialog/TESTS/check2.c +++ b/gnu/lib/libdialog/TESTS/check2.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/check3.c b/gnu/lib/libdialog/TESTS/check3.c index 8b4c0e5edf36..d97b8048415c 100644 --- a/gnu/lib/libdialog/TESTS/check3.c +++ b/gnu/lib/libdialog/TESTS/check3.c @@ -13,10 +13,11 @@ * the author assume any responsibility for damages incurred with * its use. * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/wait.h> #include <dialog.h> diff --git a/gnu/lib/libdialog/TESTS/dselect.c b/gnu/lib/libdialog/TESTS/dselect.c index 2547af9b8fda..11103791f680 100644 --- a/gnu/lib/libdialog/TESTS/dselect.c +++ b/gnu/lib/libdialog/TESTS/dselect.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/fselect.c b/gnu/lib/libdialog/TESTS/fselect.c index 184faac8371d..6cefaf3f4b8f 100644 --- a/gnu/lib/libdialog/TESTS/fselect.c +++ b/gnu/lib/libdialog/TESTS/fselect.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/ftree1.c b/gnu/lib/libdialog/TESTS/ftree1.c index 836ae0ca47b3..f21e0e50bf6d 100644 --- a/gnu/lib/libdialog/TESTS/ftree1.c +++ b/gnu/lib/libdialog/TESTS/ftree1.c @@ -7,10 +7,11 @@ * * file ./ftree1.test with xterm widget tree from * direct editres(1) dump needed !!! - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <dialog.h> diff --git a/gnu/lib/libdialog/TESTS/ftree2.c b/gnu/lib/libdialog/TESTS/ftree2.c index 11a1b7ba9915..aa4663adf2cd 100644 --- a/gnu/lib/libdialog/TESTS/ftree2.c +++ b/gnu/lib/libdialog/TESTS/ftree2.c @@ -7,10 +7,11 @@ * * file ./ftree2.test with xterm widget tree from * preprocess editres(1) dump needed !!! - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <dialog.h> diff --git a/gnu/lib/libdialog/TESTS/gauge.c b/gnu/lib/libdialog/TESTS/gauge.c index 1e16c5977612..bf0cfc9894bc 100644 --- a/gnu/lib/libdialog/TESTS/gauge.c +++ b/gnu/lib/libdialog/TESTS/gauge.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/input1.c b/gnu/lib/libdialog/TESTS/input1.c index 5f46483fae54..37510712d7ea 100644 --- a/gnu/lib/libdialog/TESTS/input1.c +++ b/gnu/lib/libdialog/TESTS/input1.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/input2.c b/gnu/lib/libdialog/TESTS/input2.c index 0f5b82aa055a..827c0522b4df 100644 --- a/gnu/lib/libdialog/TESTS/input2.c +++ b/gnu/lib/libdialog/TESTS/input2.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/menu1.c b/gnu/lib/libdialog/TESTS/menu1.c index 977ffd40284a..640157a89692 100644 --- a/gnu/lib/libdialog/TESTS/menu1.c +++ b/gnu/lib/libdialog/TESTS/menu1.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/menu2.c b/gnu/lib/libdialog/TESTS/menu2.c index 2c8b8b83a84c..1545cd828b12 100644 --- a/gnu/lib/libdialog/TESTS/menu2.c +++ b/gnu/lib/libdialog/TESTS/menu2.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/menu3.c b/gnu/lib/libdialog/TESTS/menu3.c index becbf54727b8..4a29074b36d8 100644 --- a/gnu/lib/libdialog/TESTS/menu3.c +++ b/gnu/lib/libdialog/TESTS/menu3.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/msg.c b/gnu/lib/libdialog/TESTS/msg.c index cd1abe0f6e08..c6f590fc7a04 100644 --- a/gnu/lib/libdialog/TESTS/msg.c +++ b/gnu/lib/libdialog/TESTS/msg.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/prgbox.c b/gnu/lib/libdialog/TESTS/prgbox.c index 47e35527d8f8..2da4611ce015 100644 --- a/gnu/lib/libdialog/TESTS/prgbox.c +++ b/gnu/lib/libdialog/TESTS/prgbox.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/radio1.c b/gnu/lib/libdialog/TESTS/radio1.c index 2d1f582faebb..afcac1e0bddb 100644 --- a/gnu/lib/libdialog/TESTS/radio1.c +++ b/gnu/lib/libdialog/TESTS/radio1.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/radio2.c b/gnu/lib/libdialog/TESTS/radio2.c index eee1421336f0..15e353cc8294 100644 --- a/gnu/lib/libdialog/TESTS/radio2.c +++ b/gnu/lib/libdialog/TESTS/radio2.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/radio3.c b/gnu/lib/libdialog/TESTS/radio3.c index 2844326bf6b1..e11011cffd9c 100644 --- a/gnu/lib/libdialog/TESTS/radio3.c +++ b/gnu/lib/libdialog/TESTS/radio3.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/text.c b/gnu/lib/libdialog/TESTS/text.c index 98ca815c8d70..e071937e30f5 100644 --- a/gnu/lib/libdialog/TESTS/text.c +++ b/gnu/lib/libdialog/TESTS/text.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gnu/lib/libdialog/TESTS/tree.c b/gnu/lib/libdialog/TESTS/tree.c index b56a4dfdcb31..c69b52e7d04f 100644 --- a/gnu/lib/libdialog/TESTS/tree.c +++ b/gnu/lib/libdialog/TESTS/tree.c @@ -4,10 +4,11 @@ * small test-driver for new dialog functionality * * Copyright (c) 1998, Anatoly A. Orehovsky - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <dialog.h> diff --git a/gnu/lib/libdialog/TESTS/yesno.c b/gnu/lib/libdialog/TESTS/yesno.c index 50b4dbe3815a..647b51c44fe8 100644 --- a/gnu/lib/libdialog/TESTS/yesno.c +++ b/gnu/lib/libdialog/TESTS/yesno.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> |
