diff options
Diffstat (limited to 'sys/net/pipex.c')
-rw-r--r-- | sys/net/pipex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c index f3b1e22fe1d..3cd5a7d80b2 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.38 2013/02/13 22:10:38 yasuoka Exp $ */ +/* $OpenBSD: pipex.c,v 1.39 2013/03/28 16:45:16 tedu Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> |