NetBSD/usr.sbin/named/host/vers.c

10 lines
168 B
C
Raw Normal View History

1996-02-02 18:25:33 +03:00
#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