This commit was generated by cvs2svn to compensate for changes in r2, which

included commits to RCS files with non-trunk default branches.
This commit is contained in:
tg
2003-03-22 17:35:03 +00:00
parent 7fbdbe578d
commit 80609f6010
85 changed files with 51195 additions and 0 deletions

10
version.c Normal file
View File

@@ -0,0 +1,10 @@
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include "sh.h"
const char ksh_version [] =
"@(#)PD KSH v5.2.14 99/07/13.2";