Module Name:    src
Committed By:   he
Date:           Thu Aug 20 21:25:59 UTC 2009

Modified Files:
        src/usr.sbin/lpr/lpr: lpr.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/lpr/lpr/lpr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/lpr/lpr/lpr.c
diff -u src/usr.sbin/lpr/lpr/lpr.c:1.42 src/usr.sbin/lpr/lpr/lpr.c:1.43
--- src/usr.sbin/lpr/lpr/lpr.c:1.42	Sun Jan 18 09:57:26 2009
+++ src/usr.sbin/lpr/lpr/lpr.c	Thu Aug 20 21:25:59 2009
@@ -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>

Reply via email to