Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/algor One copy of <sys/conf.h> will be enough.



details:   https://anonhg.NetBSD.org/src/rev/467675af909d
branches:  trunk
changeset: 515719:467675af909d
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Oct 03 13:14:02 2001 +0000

description:
One copy of <sys/conf.h> will be enough.

diffstat:

 sys/arch/algor/algor/conf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 12145199eb59 -r 467675af909d sys/arch/algor/algor/conf.c
--- a/sys/arch/algor/algor/conf.c       Wed Oct 03 12:07:08 2001 +0000
+++ b/sys/arch/algor/algor/conf.c       Wed Oct 03 13:14:02 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.1 2001/05/28 16:22:15 thorpej Exp $ */
+/*     $NetBSD: conf.c,v 1.2 2001/10/03 13:14:02 simonb Exp $  */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.1 2001/05/28 16:22:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.2 2001/10/03 13:14:02 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -46,7 +46,6 @@
 #include <sys/tty.h>
 #include <sys/conf.h>
 #include <sys/vnode.h>
-#include <sys/conf.h>
 
 #include "fdc.h"
 bdev_decl(fd);



Home | Main Index | Thread Index | Old Index