comparison mac/src/chdir.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
39 wdpb.ioWDDirID = 0; 39 wdpb.ioWDDirID = 0;
40 error = PBHSetVolSync(&wdpb); 40 error = PBHSetVolSync(&wdpb);
41 41
42 return error == noErr ? 0 : -1; 42 return error == noErr ? 0 : -1;
43 } 43 }
44
45 /* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
46 (do not change this comment) */