diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
commit | cd883fb6170378586c4ef1f5f1c6c2827c8d5eef (patch) | |
tree | 1c08eaca6ee054f5174b39e46606c5a14d58878d | |
parent | d2f7262ed449877f014b18506d981ca668686548 (diff) |
Notes
32 files changed, 86 insertions, 80 deletions
diff --git a/gnu/lib/libdialog/TESTS/check1.c b/gnu/lib/libdialog/TESTS/check1.c index b3cf6f56adcff..a2bec62606aca 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 d5ad569c4be90..3608261caf8fe 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 8b4c0e5edf36e..d97b8048415cc 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 2547af9b8fda3..11103791f680d 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 184faac8371d4..6cefaf3f4b8ff 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 836ae0ca47b3b..f21e0e50bf6d4 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 11a1b7ba9915f..aa4663adf2cd0 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 1e16c59776129..bf0cfc9894bc3 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 5f46483fae54d..37510712d7ea1 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 0f5b82aa055a8..827c0522b4df3 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 977ffd40284a1..640157a896921 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 2c8b8b83a84ca..1545cd828b125 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 becbf54727b8b..4a29074b36d89 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 cd1abe0f6e08a..c6f590fc7a046 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 47e35527d8f86..2da4611ce0156 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 2d1f582faebbb..afcac1e0bddbc 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 eee1421336f03..15e353cc82940 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 2844326bf6b17..e11011cffd9cd 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 98ca815c8d700..e071937e30f55 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 b56a4dfdcb319..c69b52e7d04f0 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 50b4dbe3815a7..647b51c44fe8c 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> diff --git a/gnu/lib/libdialog/checklist.c b/gnu/lib/libdialog/checklist.c index c696d47dcdf80..39b36ab8c4dd2 100644 --- a/gnu/lib/libdialog/checklist.c +++ b/gnu/lib/libdialog/checklist.c @@ -21,10 +21,8 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c index d81ebfeee47ee..9ed5eac6fccc6 100644 --- a/gnu/lib/libdialog/kernel.c +++ b/gnu/lib/libdialog/kernel.c @@ -75,10 +75,11 @@ * prove 'interesting' to say the least :-) * Added radiolist option * - Version 0.4 released. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #define __DIALOG_MAIN__ #include <dialog.h> diff --git a/gnu/lib/libdialog/menubox.c b/gnu/lib/libdialog/menubox.c index 0f4cd006f62bc..57039655495c7 100644 --- a/gnu/lib/libdialog/menubox.c +++ b/gnu/lib/libdialog/menubox.c @@ -20,10 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" diff --git a/gnu/lib/libdialog/msgbox.c b/gnu/lib/libdialog/msgbox.c index ac0e7e6fd4bc2..41d78c8284141 100644 --- a/gnu/lib/libdialog/msgbox.c +++ b/gnu/lib/libdialog/msgbox.c @@ -18,10 +18,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" diff --git a/gnu/lib/libdialog/notify.c b/gnu/lib/libdialog/notify.c index 4f09aa94e3ef0..7fc22eb355a38 100644 --- a/gnu/lib/libdialog/notify.c +++ b/gnu/lib/libdialog/notify.c @@ -17,10 +17,8 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include <stdio.h> diff --git a/gnu/lib/libdialog/prgbox.c b/gnu/lib/libdialog/prgbox.c index 10d39e4bf1106..bcafacfc059fe 100644 --- a/gnu/lib/libdialog/prgbox.c +++ b/gnu/lib/libdialog/prgbox.c @@ -16,10 +16,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/gnu/lib/libdialog/radiolist.c b/gnu/lib/libdialog/radiolist.c index 39b362b7b07a5..4b865a63be326 100644 --- a/gnu/lib/libdialog/radiolist.c +++ b/gnu/lib/libdialog/radiolist.c @@ -21,10 +21,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" diff --git a/gnu/lib/libdialog/raw_popen.c b/gnu/lib/libdialog/raw_popen.c index d343abe21774d..163c09a6a1481 100644 --- a/gnu/lib/libdialog/raw_popen.c +++ b/gnu/lib/libdialog/raw_popen.c @@ -32,13 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/wait.h> diff --git a/gnu/lib/libdialog/textbox.c b/gnu/lib/libdialog/textbox.c index 8c6e1a1d9b81c..19a13bbc650e1 100644 --- a/gnu/lib/libdialog/textbox.c +++ b/gnu/lib/libdialog/textbox.c @@ -18,10 +18,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" diff --git a/gnu/lib/libdialog/tree.c b/gnu/lib/libdialog/tree.c index 031c05bb84520..ceacf05f0e597 100644 --- a/gnu/lib/libdialog/tree.c +++ b/gnu/lib/libdialog/tree.c @@ -8,10 +8,8 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdlib.h> #include <strings.h> diff --git a/gnu/lib/libdialog/yesno.c b/gnu/lib/libdialog/yesno.c index d3dfb1e33b074..24eb41a27a016 100644 --- a/gnu/lib/libdialog/yesno.c +++ b/gnu/lib/libdialog/yesno.c @@ -18,10 +18,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dialog.h> #include "dialog.priv.h" |