4.1cBSD/usr/src/usr.bin/uucp/syskludge/chdir.c

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

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

#include "SYS.h"

ENTRY(chdir)
	pushl	4(ap)
	CALL(1,_savfile)
	movl	r0,4(ap)
	chmk	$SYS_chdir
	jcs 	err
	ret
err:
	jmp 	cerror