1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: */
6:
7: #ifndef lint
8: static char Msccsid[] = "@(#)Mesgfix 5.2 (Berkeley) 1/8/86";
9: static char sccsid[] = "@(#)message.c 4.3 (Berkeley) 1/11/86";
10: #endif not lint
11:
12: char *message[] = {
13: "Last update on Thursday, June 5, 1986.",
14: 0
15: };
Defined variables
sccsid
defined in line
9;
never used