diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-04-29 12:47:03 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-04-29 12:47:03 +0000 |
| commit | 18616dacbb251027e93797e1c8232b09f8582de4 (patch) | |
| tree | 7af39e8bb5cd7c1d553ebf20a22b11136aedbb62 | |
| parent | e9a4553da812a553471ac3181e4020e144decc1e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/rpc.yppasswdd/yppasswdd_main.c | 1 | ||||
| -rw-r--r-- | usr.sbin/rpc.ypupdated/ypupdated_main.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index 2cf4f705ec25..03b48250dbda 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -48,7 +48,6 @@ static const char rcsid[] = #include <fcntl.h> #include <sys/ioctl.h> #include <sys/stat.h> -#include <sys/ttycom.h> /* TIOCNOTTY */ #ifdef __cplusplus #include <sysent.h> /* getdtablesize, open */ #endif /* __cplusplus */ diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index 687982464b98..116f77df33f4 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -41,7 +41,6 @@ static const char rcsid[] = #include <rpc/pmap_clnt.h> /* for pmap_unset */ #include <string.h> /* strcmp */ #include <signal.h> -#include <sys/ttycom.h> /* TIOCNOTTY */ #ifdef __cplusplus #include <sysent.h> /* getdtablesize, open */ #endif /* __cplusplus */ |
