diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-25 03:19:23 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-25 03:19:23 +0000 |
commit | 58739bc23b87e86d504a597fd2ac5ca1b2d5d497 (patch) | |
tree | 49f1523f84ccf040aee4d4064e6ee8955638b889 /lib | |
parent | c1adabf15d8030a7c4d0e5248539656c2566405e (diff) |
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/svc_tcp.c | 3 | ||||
-rw-r--r-- | lib/libkvm/kvm_file2.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index 69a0232b5f5..efe4795e4d2 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svc_tcp.c,v 1.32 2013/04/15 13:08:39 millert Exp $ */ +/* $OpenBSD: svc_tcp.c,v 1.33 2014/10/25 03:18:58 lteo Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -47,7 +47,6 @@ #include <sys/socket.h> #include <errno.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/ip_var.h> diff --git a/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c index 294b426901f..46f41df347e 100644 --- a/lib/libkvm/kvm_file2.c +++ b/lib/libkvm/kvm_file2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_file2.c,v 1.37 2014/10/15 02:03:05 deraadt Exp $ */ +/* $OpenBSD: kvm_file2.c,v 1.38 2014/10/25 03:18:58 lteo Exp $ */ /* * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> @@ -95,7 +95,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> |