repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: add i82583V 1000baseT Ethernet
[minix3.git]
/
bin
/
ksh
/
version.c
blob
3db43d0e4860ed816c44c79b113ee9742f588f7e
1
/* $NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos 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.5 2005/06/26 19:09:00 christos Exp $"
);
10
#endif
11
12
13
#include
"sh.h"
14
15
char
ksh_version
[] =
16
"@(#)PD KSH v5.2.14 99/07/13.2"
;