diff options
Diffstat (limited to 'usr.bin/rup/rup.c')
-rw-r--r-- | usr.bin/rup/rup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 3200cfb01a0..6e61fc06a28 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rup.c,v 1.28 2014/11/26 18:34:51 millert Exp $ */ +/* $OpenBSD: rup.c,v 1.29 2015/01/16 06:40:11 deraadt Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -32,7 +32,6 @@ #include <stdlib.h> #include <string.h> #include <time.h> -#include <sys/param.h> #include <sys/socket.h> #include <netdb.h> #include <rpc/rpc.h> |