NetBSD/usr.sbin/named/host/vers.c
1996-02-02 15:25:33 +00:00

10 lines
168 B
C

#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