From: hubertf Date: Fri, 11 Sep 1998 13:46:30 +0000 (+0000) Subject: remove unneeded typedef for TTYB, as per PR#5867 X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/commitdiff_plain/3e26d0d7b14fab9f1091865bc3f6686fa2b42d14 remove unneeded typedef for TTYB, as per PR#5867 --- diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index 3f6c4d97..1864a472 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.3 1998/01/09 08:03:41 perry Exp $ */ +/* $NetBSD: hunt.h,v 1.4 1998/09/11 13:46:30 hubertf Exp $ */ /* * Hunt @@ -260,7 +260,6 @@ typedef struct sockaddr_in SOCKET; # else typedef struct sockaddr_un SOCKET; # endif -typedef struct sgttyb TTYB; struct ident_def { char i_name[NAMELEN];