2.9BSD/usr/src/cmd/uucp/syskludge/unlink.c

Compare this file to the similar file:
Show the results in this format:

/* @(#)unlink.c	4.1 (Berkeley) 1/1/83 */

#include "SYS.h"

ENTRY(unlink)
	pushl	4(ap)
	CALL(1,_fixf)
	movl	r0,4(ap)
	chmk	$SYS_unlink
	jcs 	err
	ret
err:
	jmp 	cerror