diff options
Diffstat (limited to 'games/hunt/huntd/get_names.c')
-rw-r--r-- | games/hunt/huntd/get_names.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hunt/huntd/get_names.c b/games/hunt/huntd/get_names.c index 3e358e4f226..c32461d2de8 100644 --- a/games/hunt/huntd/get_names.c +++ b/games/hunt/huntd/get_names.c @@ -1,15 +1,11 @@ /* $NetBSD: get_names.c,v 1.3 1998/07/06 07:00:31 mrg Exp $ */ +/* $OpenBSD: get_names.c,v 1.2 1999/01/21 05:47:41 d Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. */ -#include <sys/cdefs.h> -#ifndef lint -__RCSID("$NetBSD: get_names.c,v 1.3 1998/07/06 07:00:31 mrg Exp $"); -#endif /* not lint */ - #include "bsd.h" #if defined(TALK_43) || defined(TALK_42) |