NetBSD/usr.sbin/named/host/vers.c
1997-04-13 10:50:07 +00:00

12 lines
227 B
C

/* $NetBSD: vers.c,v 1.2 1997/04/13 10:50:40 mrg Exp $ */
#ifndef lint
static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 961113";
#endif
char *version = "961113";
#if defined(apollo)
int h_errno = 0;
#endif