fix globbing - need NOCHECK flag
[unix-history] / usr / src / libexec / ftpd / vers.c
CommitLineData
f230c1cc 1/*-
065e054f
KB
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
f230c1cc
KB
4 *
5 * %sccs.include.redist.c%
6 */
7
8#ifndef lint
065e054f 9static char sccsid[] = "@(#)vers.c 8.1 (Berkeley) %G%";
f230c1cc
KB
10#endif /* not lint */
11
f94f3d3b 12char version[] = "Version 5.70";