e1000: add i82583V 1000baseT Ethernet
[minix3.git] / bin / ksh / version.c
blob3db43d0e4860ed816c44c79b113ee9742f588f7e
1 /* $NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $ */
3 /*
4 * value of $KSH_VERSION (or $SH_VERSION)
5 */
6 #include <sys/cdefs.h>
8 #ifndef lint
9 __RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
10 #endif
13 #include "sh.h"
15 char ksh_version [] =
16 "@(#)PD KSH v5.2.14 99/07/13.2";