Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib #undef takes just a name, no params
details: https://anonhg.NetBSD.org/src/rev/f76b4c857a53
branches: trunk
changeset: 549980:f76b4c857a53
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jul 27 07:02:18 2003 +0000
description:
#undef takes just a name, no params
diffstat:
sys/arch/i386/stand/lib/comio_direct.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b5b9f4c2d60b -r f76b4c857a53 sys/arch/i386/stand/lib/comio_direct.c
--- a/sys/arch/i386/stand/lib/comio_direct.c Sun Jul 27 05:10:47 2003 +0000
+++ b/sys/arch/i386/stand/lib/comio_direct.c Sun Jul 27 07:02:18 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: comio_direct.c,v 1.5 2003/04/16 14:56:55 dsl Exp $ */
+/* $NetBSD: comio_direct.c,v 1.6 2003/07/27 07:02:18 mrg Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996, 1997
@@ -111,7 +111,7 @@
return divrnd((COM_FREQ / 16), 9600);
return (x);
-#undef divrnd(n, q)
+#undef divrnd
}
/*
Home |
Main Index |
Thread Index |
Old Index