125770Sdonn /* 225770Sdonn * Copyright (c) 1980 Regents of the University of California. 325770Sdonn * All rights reserved. The Berkeley software License Agreement 425770Sdonn * specifies the terms and conditions for redistribution. 525770Sdonn */ 66761Srrh 725770Sdonn #ifndef lint 8*25835Smckusick static char Msccsid[] = "@(#)Mesgfix 5.2 (Berkeley) 1/8/86"; 9*25835Smckusick static char sccsid[] = "@(#)message.c 4.3 (Berkeley) 01/11/86"; 1025770Sdonn #endif not lint 1125770Sdonn 126761Srrh char *message[] = { 13*25835Smckusick "Last update on Saturday, January 11, 1986.", 146761Srrh 0 156761Srrh }; 16