diff options
author | msmith <msmith@FreeBSD.org> | 2001-11-28 04:29:40 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-11-28 04:29:40 +0000 |
commit | 78af3c27c3ad5c006fccb4da47d94b0b4a6e41a5 (patch) | |
tree | 0c31c343a3bcd338031dfa7ffecb38450cabc5ef /sys/contrib/dev/acpica/utdebug.c | |
parent | d03f718884612e91eef85c79832b389a30988784 (diff) | |
parent | fe76969b7da935c578de24725d0e86947a339135 (diff) | |
download | FreeBSD-src-78af3c27c3ad5c006fccb4da47d94b0b4a6e41a5.zip FreeBSD-src-78af3c27c3ad5c006fccb4da47d94b0b4a6e41a5.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r87031,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/utdebug.c')
-rw-r--r-- | sys/contrib/dev/acpica/utdebug.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/utdebug.c b/sys/contrib/dev/acpica/utdebug.c index b6193a0..bc46c68 100644 --- a/sys/contrib/dev/acpica/utdebug.c +++ b/sys/contrib/dev/acpica/utdebug.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utdebug - Debug print routines - * $Revision: 90 $ + * $Revision: 91 $ * *****************************************************************************/ @@ -127,7 +127,6 @@ char *AcpiGbl_FnEntryStr = "----Entry"; char *AcpiGbl_FnExitStr = "----Exit-"; - #ifdef ACPI_DEBUG @@ -573,8 +572,6 @@ AcpiUtPtrExit ( #endif - - /***************************************************************************** * * FUNCTION: AcpiUtDumpBuffer |