diff options
Diffstat (limited to 'lib/libc/rpc/rpc_prot.c')
-rw-r--r-- | lib/libc/rpc/rpc_prot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index 4725384a9ea..ac2bc90a05a 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_prot.c,v 1.11 2010/09/01 14:43:34 millert Exp $ */ +/* $OpenBSD: rpc_prot.c,v 1.12 2015/01/16 16:48:51 deraadt Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -42,8 +42,6 @@ * routines are also in this program. */ -#include <sys/param.h> - #include <rpc/rpc.h> /* * * * * * * * * * * * * * XDR Authentication * * * * * * * * * * * */ |