pkgsrc/shells/pdksh/files/version.c
tnn bba810bba3 - Drop __RCSID's
- Define __UNCONST in sh.h instead of on the command line to fix build
  issue with !latest Sun Studio.
2008-06-15 14:20:08 +00:00

10 lines
185 B
C

/* $NetBSD: version.c,v 1.3 2008/06/15 14:20:09 tnn Exp $ */
/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include "sh.h"
char ksh_version [] =
"@(#)PD KSH v5.2.14 99/07/13.2";