VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / fs / file.c
index e97f3a8..d40c402 100644 (file)
--- a/fs/file.c
+++ b/fs/file.c
@@ -159,7 +159,7 @@ void free_fdset(fd_set *array, int num)
  */
 int expand_fdset(struct files_struct *files, int nr)
 {
-       fd_set *new_openset = 0, *new_execset = 0;
+       fd_set *new_openset = NULL, *new_execset = NULL;
        int error, nfds = 0;
 
        error = -EMFILE;