Diff for /freem/src/jobtab.c between versions 1.8 and 1.9

version 1.8, 2025/04/30 20:03:09 version 1.9, 2025/05/01 21:02:31
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.9  2025/05/01 21:02:31  snw
    *   Documentation updates
    *
  *   Revision 1.8  2025/04/30 20:03:09  snw   *   Revision 1.8  2025/04/30 20:03:09  snw
  *   Work on entryref parser   *   Work on entryref parser
  *   *
Line 230  void job_remove(const pid_t pid) Line 233  void job_remove(const pid_t pid)
   
     jobtab_release_sem ();      jobtab_release_sem ();
           
       locktab_unlock_all_by_pid (pid);
 }  }
   
 void job_request_stop(const pid_t target_pid)  void job_request_stop(const pid_t target_pid)

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>