summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-17 20:50:25 +0000
committerru <ru@FreeBSD.org>2004-03-17 20:50:25 +0000
commit11511b476db4159e7c56aa4dfcfb8fe21d757f2a (patch)
tree4bc52a82e2994ff982f49654f0a68fcc033fe61d /sbin/vinum
parent4bafff45c6932f72bc7e9010b0bd44561bdb52c3 (diff)
downloadFreeBSD-src-11511b476db4159e7c56aa4dfcfb8fe21d757f2a.zip
FreeBSD-src-11511b476db4159e7c56aa4dfcfb8fe21d757f2a.tar.gz
NULL -> 0.
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/commands.c2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud