NULL -> 0.

This commit is contained in:
Ruslan Ermilov 2004-03-17 20:50:25 +00:00
parent 52ded959f5
commit a58a272a0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127143

View File

@ -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 */