[request-sponsor] 6344436 FIXed

2008-01-03 Thread casper....@sun.com
>/solarisws/usr/src/cmd/mv/mv.c > >this problem exist for unix domain sockets since 'mknod' cannot be used to >create socket files. > >fix is, to check whether the file is a unix domain socket or not. > >note :value for S_IFSOCK = c000(hex) 'socketfile' >_

[request-sponsor] 6344436 FIXed

2008-01-03 Thread Visakh M R
/solarisws/usr/src/cmd/mv/mv.c this problem exist for unix domain sockets since 'mknod' cannot be used to create socket files. fix is, to check whether the file is a unix domain socket or not. note :value for S_IFSOCK = c000(hex) 'socketfile' ___