diff options
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index d4cccd64049..e8b858730d2 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.27 2014/10/17 20:19:15 millert Exp $ */ +/* $OpenBSD: util.c,v 1.28 2014/11/18 20:54:28 krw Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -47,7 +47,6 @@ #include <fcntl.h> #include <unistd.h> #include <vis.h> -#include <err.h> #include "finger.h" #include "extern.h" |