aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src/chdir.c
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2003-09-01 15:45:59 +0000
committerMiles Bader <[email protected]>2003-09-01 15:45:59 +0000
commitab5796a9f97180707734a81320e3eb81937281fe (patch)
treeeef8aa4dd3733966628c6a43bd924b51557519e9 /mac/src/chdir.c
parent1042fe8c8ca167fdb44365d99a35492df87b078f (diff)
Add arch taglines
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 cfa77c8c44..a982e941f9 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -41,3 +41,6 @@ int chdir(const char *path)
return error == noErr ? 0 : -1;
}
+
+/* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
+ (do not change this comment) */