Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/lfs s/null/NULL/ to fix build break



details:   https://anonhg.NetBSD.org/src/rev/1af664aa523e
branches:  trunk
changeset: 328775:1af664aa523e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 17 18:15:49 2014 +0000

description:
s/null/NULL/ to fix build break

Hello, xtos!

diffstat:

 sys/ufs/lfs/lfs_syscalls.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f9f3239b26c2 -r 1af664aa523e sys/ufs/lfs/lfs_syscalls.c
--- a/sys/ufs/lfs/lfs_syscalls.c        Thu Apr 17 17:50:21 2014 +0000
+++ b/sys/ufs/lfs/lfs_syscalls.c        Thu Apr 17 18:15:49 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_syscalls.c,v 1.154 2014/04/17 15:57:41 christos Exp $      */
+/*     $NetBSD: lfs_syscalls.c,v 1.155 2014/04/17 18:15:49 pgoyette Exp $      */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2007, 2007, 2008
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_syscalls.c,v 1.154 2014/04/17 15:57:41 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_syscalls.c,v 1.155 2014/04/17 18:15:49 pgoyette Exp $");
 
 #ifndef LFS
 # define LFS           /* for prototypes in syscallargs.h */
@@ -754,7 +754,7 @@
                                }
                                numrefed++;
                        } else {
-                               if (vp != null)
+                               if (vp != NULL)
                                        mutex_exit(vp->v_interlock);
                                mutex_exit(&ulfs_ihash_lock);
                                /*



Home | Main Index | Thread Index | Old Index