running "pcomm" on Sys V/AT
Scott Turner
scotty at l5comp.UUCP
Mon Sep 19 16:38:33 AEST 1988
/* remove the lock */
/* if (*lock_path != NULL && lock_path != NULL) { */
if ((lock_path != NULL) && (*lock_path != NULL)) {
if (unlink(lock_path)) {
sprintf(buf, "'%s'", lock_path);
error_win(0, "Can't remove the lock file", buf);
}
free_ptr(lock_path);
lock_path = null_ptr;
}
/* turn the getty back on? */
Scott Turner
scotty at l5comp -or- uunet!l5comp!scotty
More information about the Comp.unix.microport
mailing list