Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/include Remove comment-outed DELAY().



details:   https://anonhg.NetBSD.org/src/rev/0149e08e86c4
branches:  trunk
changeset: 765984:0149e08e86c4
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Jun 12 07:04:55 2011 +0000

description:
Remove comment-outed DELAY().

diffstat:

 sys/arch/bebox/include/param.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 10d6e1898079 -r 0149e08e86c4 sys/arch/bebox/include/param.h
--- a/sys/arch/bebox/include/param.h    Sun Jun 12 06:38:14 2011 +0000
+++ b/sys/arch/bebox/include/param.h    Sun Jun 12 07:04:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.12 2011/03/06 20:34:57 he Exp $    */
+/*     $NetBSD: param.h,v 1.13 2011/06/12 07:04:55 kiyohara Exp $      */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -38,7 +38,6 @@
 #endif
 
 
-//#define DELAY(ms) delay(ms)                
 /*
  * Machine dependent constants for PowerPC (32-bit only currently)
  */



Home | Main Index | Thread Index | Old Index