From 11511b476db4159e7c56aa4dfcfb8fe21d757f2a Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 17 Mar 2004 20:50:25 +0000 Subject: NULL -> 0. --- sbin/vinum/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/vinum') diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index e0eef57..9aa2d9f 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -312,7 +312,7 @@ void initplex(int plexno, char *name) { int sdno; - int plexfh = NULL; /* file handle for plex */ + int plexfh = 0; /* file handle for plex */ pid_t pid; char filename[MAXPATHLEN]; /* create a file name here */ -- cgit v1.1