remove unneeded typedef for TTYB, as per PR#5867
This commit is contained in:
parent
f52826a170
commit
c31c912667
|
@ -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
|
* Hunt
|
||||||
|
@ -260,7 +260,6 @@ typedef struct sockaddr_in SOCKET;
|
||||||
# else
|
# else
|
||||||
typedef struct sockaddr_un SOCKET;
|
typedef struct sockaddr_un SOCKET;
|
||||||
# endif
|
# endif
|
||||||
typedef struct sgttyb TTYB;
|
|
||||||
|
|
||||||
struct ident_def {
|
struct ident_def {
|
||||||
char i_name[NAMELEN];
|
char i_name[NAMELEN];
|
||||||
|
|
Loading…
Reference in New Issue