Deleted Added
full compact
pr_tbl.c (8856) pr_tbl.c (53920)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Landon Curt Noll.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#ifndef lint
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Landon Curt Noll.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#ifndef lint
38#if 0
38static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93";
39static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93";
40#endif
41static const char rcsid[] =
42 "$FreeBSD: head/games/primes/pr_tbl.c 53920 1999-11-30 03:50:02Z billf $";
39#endif /* not lint */
40
41/*
42 * prime - prime table
43 *
44 * By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo
45 *
46 * chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\

--- 500 unchanged lines hidden ---
43#endif /* not lint */
44
45/*
46 * prime - prime table
47 *
48 * By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo
49 *
50 * chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\

--- 500 unchanged lines hidden ---