Skip to main content
Post Made Community Wiki
Source Link
Warren Young
  • 73.4k
  • 17
  • 182
  • 172

Found in early Unix sources:

/*
 * You are not expected to understand this.
 */
if(rp->p_flag & SSWAP) {
    rp->p_flag =& ~SSWAP;
    aretu(u.u_ssav);
}

(Lightly edited.)