bba810bba3
- Define __UNCONST in sh.h instead of on the command line to fix build issue with !latest Sun Studio.
10 lines
185 B
C
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";
|