summaryrefslogtreecommitdiff
path: root/usr.sbin/named/host/vers.c
blob: 8c0a19a7e5f468b0d24e1bc5de540dc022112281 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$OpenBSD: vers.c,v 1.2 1997/03/12 10:41:57 downsj 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