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

12 lines
227 B
C
Raw Normal View History

1997-04-13 14:50:07 +04:00
/* $NetBSD: vers.c,v 1.2 1997/04/13 10:50:40 mrg Exp $ */
1996-02-02 18:25:33 +03:00
#ifndef lint
1997-04-13 13:06:10 +04:00
static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 961113";
1996-02-02 18:25:33 +03:00
#endif
1997-04-13 13:06:10 +04:00
char *version = "961113";
1996-02-02 18:25:33 +03:00
#if defined(apollo)
int h_errno = 0;
#endif