Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/lpr/lpr Remove what appears to be a spurious includ...



details:   https://anonhg.NetBSD.org/src/rev/befd58d7b9c0
branches:  trunk
changeset: 746826:befd58d7b9c0
user:      he <he%NetBSD.org@localhost>
date:      Thu Aug 20 21:25:59 2009 +0000

description:
Remove what appears to be a spurious include of a.out.h.

diffstat:

 usr.sbin/lpr/lpr/lpr.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b86f6c98d967 -r befd58d7b9c0 usr.sbin/lpr/lpr/lpr.c
--- a/usr.sbin/lpr/lpr/lpr.c    Thu Aug 20 21:07:47 2009 +0000
+++ b/usr.sbin/lpr/lpr/lpr.c    Thu Aug 20 21:25:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpr.c,v 1.42 2009/01/18 09:57:26 lukem Exp $   */
+/*     $NetBSD: lpr.c,v 1.43 2009/08/20 21:25:59 he Exp $      */
 
 /*
  * Copyright (c) 1983, 1989, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)lpr.c      8.4 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: lpr.c,v 1.42 2009/01/18 09:57:26 lukem Exp $");
+__RCSID("$NetBSD: lpr.c,v 1.43 2009/08/20 21:25:59 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -59,7 +59,6 @@
 
 #include <dirent.h>
 #include <fcntl.h>
-#include <a.out.h>
 #include <signal.h>
 #include <syslog.h>
 #include <pwd.h>



Home | Main Index | Thread Index | Old Index