not supposed to include sys/ttycom.h (these may have rpcgen history)
authorderaadt <deraadt@openbsd.org>
Thu, 15 Jan 2015 00:40:23 +0000 (00:40 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 15 Jan 2015 00:40:23 +0000 (00:40 +0000)
usr.sbin/ypserv/yppush/yppush_svc.c
usr.sbin/ypserv/ypserv/ypserv.c

index d54ac10..0bd62b8 100644 (file)
@@ -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>
index 3e42955..354486d 100644 (file)
@@ -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"