diff options
Diffstat (limited to 'usr.bin/finger/finger.c')
-rw-r--r-- | usr.bin/finger/finger.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index aad0f07a107..3178b946ed8 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -1,4 +1,4 @@ -/* $OpenBSD: finger.c,v 1.26 2015/11/03 05:13:35 mmcc Exp $ */ +/* $OpenBSD: finger.c,v 1.27 2018/04/26 12:42:51 guenther Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -56,7 +56,6 @@ * well as home directory, shell, mail info, and .plan/.project files. */ -#include <sys/file.h> #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> |