135467Sbostic /* 2*61991Sbostic * Copyright (c) 1988, 1993 3*61991Sbostic * The Regents of the University of California. All rights reserved. 435467Sbostic * 542729Sbostic * %sccs.include.redist.c% 635467Sbostic */ 735467Sbostic 835467Sbostic #ifndef lint 9*61991Sbostic static char copyright[] = 10*61991Sbostic "@(#) Copyright (c) 1988, 1993\n\ 11*61991Sbostic The Regents of the University of California. All rights reserved.\n"; 1235467Sbostic #endif /* not lint */ 1335467Sbostic 1435467Sbostic #ifndef lint 15*61991Sbostic static char sccsid[] = "@(#)false.c 8.1 (Berkeley) 06/06/93"; 1635467Sbostic #endif /* not lint */ 1735467Sbostic main()1835467Sbosticmain() 1935467Sbostic { 2035467Sbostic exit(1); 2135467Sbostic } 22