summaryrefslogtreecommitdiff
path: root/usr.sbin/named/host/vers.c
blob: ec39cc4ab09b1d4f3ac6d9305479a52e9930ce63 (plain)
1
2
3
4
5
6
7
8
9
#ifndef lint
static char Version[] = "@(#)vers.c	e07@nikhef.nl (Eric Wassenaar) 951231";
#endif

char *version = "951231";

#if defined(apollo)
int h_errno = 0;
#endif