diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-09-22 16:56:49 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-09-22 16:56:49 +0000 |
| commit | e60b9f5130555c81ac3e6b39130d5b332a979c02 (patch) | |
| tree | ce233aa140fe0059fed10f53cfdd1be159abf2c8 /lib/libdevinfo | |
| parent | ff9af45a01e0312f2d252d06cdfefa08a2abcb37 (diff) | |
Notes
Diffstat (limited to 'lib/libdevinfo')
| -rw-r--r-- | lib/libdevinfo/devinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c index 03186291ddb4..50bc375db68d 100644 --- a/lib/libdevinfo/devinfo.c +++ b/lib/libdevinfo/devinfo.c @@ -84,7 +84,7 @@ static int devinfo_generation = 0; #if 0 # define debug(fmt, args...) \ - fprintf(stderr, "%s:" fmt "\n", __FUNCTION__ , ##args) + fprintf(stderr, "%s:" fmt "\n", __func__ , ##args) #else # define debug(fmt, args...) #endif |
