]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
remove unneeded typedef for TTYB, as per PR#5867
authorhubertf <hubertf@NetBSD.org>
Fri, 11 Sep 1998 13:46:30 +0000 (13:46 +0000)
committerhubertf <hubertf@NetBSD.org>
Fri, 11 Sep 1998 13:46:30 +0000 (13:46 +0000)
hunt/huntd/hunt.h

index 3f6c4d97584e9fff83b3672f6888aa7ed4b1cb34..1864a4727e43cc54ae027070de92a4dc3cfee37e 100644 (file)
@@ -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];