summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-09-11 13:46:30 +0000
committerhubertf <hubertf@NetBSD.org>1998-09-11 13:46:30 +0000
commit3e26d0d7b14fab9f1091865bc3f6686fa2b42d14 (patch)
tree7ab01756afb4afacf91ded0e554df530f8bb9d22 /hunt
parent6247efb031d6d31937fb3cbe0e58de7397763fa8 (diff)
downloadbsdgames-darwin-3e26d0d7b14fab9f1091865bc3f6686fa2b42d14.tar.gz
bsdgames-darwin-3e26d0d7b14fab9f1091865bc3f6686fa2b42d14.tar.zst
bsdgames-darwin-3e26d0d7b14fab9f1091865bc3f6686fa2b42d14.zip
remove unneeded typedef for TTYB, as per PR#5867
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/hunt.h3
1 files changed, 1 insertions, 2 deletions
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];