diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/pcfs/pcfs_conv.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/pcfs/pcfs_conv.c')
| -rw-r--r-- | sys/pcfs/pcfs_conv.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/sys/pcfs/pcfs_conv.c b/sys/pcfs/pcfs_conv.c index 3f3fc07656a7..66fbba06216f 100644 --- a/sys/pcfs/pcfs_conv.c +++ b/sys/pcfs/pcfs_conv.c @@ -15,13 +15,14 @@   *   *  October 1992   * - *	$Id: pcfs_conv.c,v 1.2 1993/10/16 19:29:31 rgrimes Exp $ + *	$Id: pcfs_conv.c,v 1.4 1993/12/19 00:54:27 wollman Exp $   */  /*   *  System include files.   */  #include "param.h" +#include "systm.h"  #include "time.h"  #include "kernel.h"	/* defines tz */ @@ -283,7 +284,7 @@ unix2dosfn(un, dn, unlen)  	int unlen;  {  	int i; -	u_char c; +	u_char c = 0;  /*   *  Fill the dos filename string with blanks. | 
