Use '0' instead of NULL when we mean the integer constant 0 and not a

"null pointer expression".
This commit is contained in:
Warner Losh 2002-08-21 18:52:32 +00:00
parent ce66ddb763
commit 0b0fe61dfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102232

View File

@ -458,7 +458,7 @@ nodeupdates(char *name, ino_t ino, int type)
* for it, we discard the name knowing that it will be on the
* next incremental tape.
*/
case NULL:
case 0:
fprintf(stderr, "%s: (inode %d) not found on tape\n",
name, ino);
break;