aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src/chdir.c
diff options
context:
space:
mode:
authorKenichi Handa2004-04-16 12:51:06 +0000
committerKenichi Handa2004-04-16 12:51:06 +0000
commit6b61353c0a0320ee15bb6488149735381fed62ec (patch)
treee69adba60e504a5a37beb556ad70084de88a7aab /mac/src/chdir.c
parentdc6a28319312fe81f7a1015e363174022313f0bd (diff)
downloademacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz
emacs-6b61353c0a0320ee15bb6488149735381fed62ec.zip
Sync to HEAD
Diffstat (limited to 'mac/src/chdir.c')
-rw-r--r--mac/src/chdir.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mac/src/chdir.c b/mac/src/chdir.c
index cfa77c8c44c..a982e941f98 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -41,3 +41,6 @@ int chdir(const char *path)
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) */