summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-20 10:31:14 +0000
committermpp <mpp@FreeBSD.org>1996-01-20 10:31:14 +0000
commit0cee24855f68d23d3759e57c854242d43f74dbd7 (patch)
treec759061c5c35879a9e0b24b88c1ea36b7888ec20 /bin/ls
parent0d83078467099c27fca48556f7c566d4ccd89104 (diff)
downloadFreeBSD-src-0cee24855f68d23d3759e57c854242d43f74dbd7.zip
FreeBSD-src-0cee24855f68d23d3759e57c854242d43f74dbd7.tar.gz
Remove unused include of utmp.h from print.c. Closes PR# 486.
Submitted by: Tom Samplonius <tom@haven.uniserve.com>
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index 42bddd1..5f96695 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: print.c,v 1.6 1995/08/08 00:03:04 ache Exp $
+ * $Id: print.c,v 1.7 1995/12/30 18:15:30 joerg Exp $
*/
#ifndef lint
@@ -53,7 +53,6 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
#include <string.h>
#include <time.h>
#include <unistd.h>
-#include <utmp.h>
#include "ls.h"
#include "extern.h"
OpenPOWER on IntegriCloud