1*29445Ssam/* 2*29445Ssam * Copyright (c) 1983 Regents of the University of California. 3*29445Ssam * All rights reserved. The Berkeley software License Agreement 4*29445Ssam * specifies the terms and conditions for redistribution. 5*29445Ssam */ 6*29445Ssam 7*29445Ssam#ifdef SYSLIBC_SCCS 8*29445Ssam_sccsid:.asciz "@(#)chdir.s 5.1 (Berkeley) 07/02/86" 9*29445Ssam#endif SYSLIBC_SCCS 10*29445Ssam 11*29445Ssam#include "SYS.h" 12*29445Ssam 13*29445SsamSYSCALL(chdir) 14*29445Ssam ret 15