new copyright notice
[unix-history] / usr / src / usr.bin / window / wwdata.c
CommitLineData
60de5df9 1/*
46e9ea25
KB
2 * Copyright (c) 1983 Regents of the University of California.
3 * All rights reserved.
4 *
87f529ec 5 * %sccs.include.redist.c%
60de5df9
EW
6 */
7
46e9ea25 8#ifndef lint
87f529ec 9static char sccsid[] = "@(#)wwdata.c 3.17 (Berkeley) %G%";
46e9ea25
KB
10#endif /* not lint */
11
41910298 12#include "ww.h"
41910298
EW
13
14int wwbaudmap[] = {
15 0,
16 50,
17 75,
18 110,
19 134,
20 150,
21 200,
22 300,
23 600,
24 1200,
25 1800,
26 2400,
27 4800,
28 9600,
29 19200,
30 38400
31};