PERFORCE change 28826 for review
Robert Drehmel
robert at FreeBSD.org
Sat Apr 12 09:07:02 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28826
Change 28826 by robert at robert_spes on 2003/04/12 09:06:23
Do not include <errno.h>; it is not needed.
Affected files ...
.. //depot/projects/mips/sys/boot/arc/lib/abort.c#2 edit
.. //depot/projects/mips/sys/boot/arc/lib/delay.c#2 edit
.. //depot/projects/mips/sys/boot/arc/lib/setjmperr.c#2 edit
.. //depot/projects/mips/sys/boot/arc/lib/time.c#2 edit
Differences ...
==== //depot/projects/mips/sys/boot/arc/lib/abort.c#2 (text+ko) ====
@@ -26,7 +26,6 @@
* $FreeBSD: src/sys/boot/arc/lib/abort.c,v 1.2 1999/08/28 00:39:35 peter Exp $
*/
-#include <errno.h>
#include <sys/types.h>
#include "arctypes.h"
#include "arcfuncs.h"
==== //depot/projects/mips/sys/boot/arc/lib/delay.c#2 (text+ko) ====
@@ -25,8 +25,6 @@
*
* $FreeBSD: src/sys/boot/arc/lib/delay.c,v 1.2 1999/08/28 00:39:37 peter Exp $
*/
-
-#include <errno.h>
#include <sys/types.h>
#include "arctypes.h"
#include "arcfuncs.h"
==== //depot/projects/mips/sys/boot/arc/lib/setjmperr.c#2 (text+ko) ====
@@ -26,7 +26,6 @@
* $FreeBSD: src/sys/boot/arc/lib/setjmperr.c,v 1.2 1999/08/28 00:39:39 peter Exp $
*/
-#include <errno.h>
#include <sys/types.h>
#include "arctypes.h"
#include "arcfuncs.h"
==== //depot/projects/mips/sys/boot/arc/lib/time.c#2 (text+ko) ====
@@ -26,7 +26,6 @@
* $FreeBSD: src/sys/boot/arc/lib/time.c,v 1.2 1999/08/28 00:39:39 peter Exp $
*/
-#include <errno.h>
#include <sys/types.h>
#include "arctypes.h"
#include "arcfuncs.h"
More information about the p4-projects
mailing list