NetBSD/bin/ksh/version.c
christos a397ec1f77 warns=3
- remove param names from function decls
- sprinkle const
- rename shadowed variables
- XXX: there is a lot of fishy __UNCONST going on.
2005-06-26 19:09:00 +00:00

17 lines
307 B
C

/* $NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $ */
/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
#endif
#include "sh.h"
char ksh_version [] =
"@(#)PD KSH v5.2.14 99/07/13.2";