diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 00:40:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 00:40:27 +0000 |
commit | 770205f4eaf5f9039a6a4718b111227b29ee2bc9 (patch) | |
tree | c02f0ffb0709f05cc5660111bab3870a45255fbf /usr.sbin | |
parent | 12b47ff9e30d3803820fb18d6fbf12f9370593d3 (diff) |
not supposed to include sys/ttycom.h (these may have rpcgen history)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush_svc.c | 3 | ||||
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_svc.c b/usr.sbin/ypserv/yppush/yppush_svc.c index d54ac1046b8..0bd62b828d5 100644 --- a/usr.sbin/ypserv/yppush/yppush_svc.c +++ b/usr.sbin/ypserv/yppush/yppush_svc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppush_svc.c,v 1.13 2009/10/27 23:59:58 deraadt Exp $ */ +/* $OpenBSD: yppush_svc.c,v 1.14 2015/01/15 00:40:23 deraadt Exp $ */ /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> @@ -27,7 +27,6 @@ */ #include <sys/types.h> -#include <sys/ttycom.h> #include <sys/socket.h> #include <netinet/in.h> #include <stdio.h> diff --git a/usr.sbin/ypserv/ypserv/ypserv.c b/usr.sbin/ypserv/ypserv/ypserv.c index 3e42955046a..354486d68e5 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.c +++ b/usr.sbin/ypserv/ypserv/ypserv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypserv.c,v 1.40 2014/10/11 02:29:24 doug Exp $ */ +/* $OpenBSD: ypserv.c,v 1.41 2015/01/15 00:40:26 deraadt Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -29,7 +29,6 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> -#include <sys/ttycom.h> #include <netinet/in.h> #include <rpcsvc/yp.h> #include "ypv1.h" |