diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 08:09:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 08:09:49 +0000 |
| commit | 6e551fb6285417f585c419500047004ed47c77f1 (patch) | |
| tree | b580d740769b3b201f76ad941e8b0b8ca3015bc0 /sys/boot/pc98 | |
| parent | 9d34414bc2a9385fb400e1ca7384bd4c4d1291cd (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98')
| -rw-r--r-- | sys/boot/pc98/libpc98/biosdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c index e6675a47a937..7c4c66baa461 100644 --- a/sys/boot/pc98/libpc98/biosdisk.c +++ b/sys/boot/pc98/libpc98/biosdisk.c @@ -60,7 +60,7 @@ #define DAMAJOR 4 #ifdef DISK_DEBUG -# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __FUNCTION__ , ## args) +# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) #else # define DEBUG(fmt, args...) #endif |
