repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hook up ascii.tmac for the tool build as well.
[netbsd-mini2440.git]
/
bin
/
ksh
/
version.c
blob
d106cdd311babf9bc55551ff4929a02f2f4f3c51
1
/* $NetBSD: version.c,v 1.4 2003/06/23 11:39:07 agc Exp $ */
2
3
/*
4
* value of $KSH_VERSION (or $SH_VERSION)
5
*/
6
#include <sys/cdefs.h>
7
8
#ifndef lint
9
__RCSID
(
"$NetBSD: version.c,v 1.4 2003/06/23 11:39:07 agc Exp $"
);
10
#endif
11
12
13
#include
"sh.h"
14
15
char
ksh_version
[] =
16
"@(#)PD KSH v5.2.14 99/07/13.2"
;