aboutsummaryrefslogtreecommitdiffstats
path: root/mac/inc/sys
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/inc/sys
parent1042fe8c8ca167fdb44365d99a35492df87b078f (diff)
Add arch taglines
Diffstat (limited to 'mac/inc/sys')
-rw-r--r--mac/inc/sys/file.h3
-rw-r--r--mac/inc/sys/ioctl.h3
-rw-r--r--mac/inc/sys/param.h3
-rw-r--r--mac/inc/sys/stat.h3
-rw-r--r--mac/inc/sys/time.h3
-rw-r--r--mac/inc/sys/types.h3
6 files changed, 18 insertions, 0 deletions
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h
index b33f8aaa9c..0566b63cd5 100644
--- a/mac/inc/sys/file.h
+++ b/mac/inc/sys/file.h
@@ -57,3 +57,6 @@ int pause(void);
char *getwd(char *);
#endif /* _SYS_FILE_H */
+
+/* arch-tag: c3a653d5-f228-4d62-a47c-0398015195de
+ (do not change this comment) */
diff --git a/mac/inc/sys/ioctl.h b/mac/inc/sys/ioctl.h
index ae1a76b7a0..36a921f2a1 100644
--- a/mac/inc/sys/ioctl.h
+++ b/mac/inc/sys/ioctl.h
@@ -29,3 +29,6 @@ int ioctl(int, int, void *);
#define TCGETA 2
#endif /* _SYS_IOCTL_H */
+
+/* arch-tag: fa0c3dda-dbe0-4a49-86c4-7516c83c3c8c
+ (do not change this comment) */
diff --git a/mac/inc/sys/param.h b/mac/inc/sys/param.h
index 247f3971a4..a0e3c6d6f2 100644
--- a/mac/inc/sys/param.h
+++ b/mac/inc/sys/param.h
@@ -26,3 +26,6 @@ Boston, MA 02111-1307, USA. */
#define MAXPATHLEN 255
#endif /* _SYS_PARAM_H */
+
+/* arch-tag: dceae288-b9cf-4a8f-a780-bca2cadf0c47
+ (do not change this comment) */
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h
index 0f9ee79dab..b72385c1b4 100644
--- a/mac/inc/sys/stat.h
+++ b/mac/inc/sys/stat.h
@@ -84,3 +84,6 @@ struct stat {
#endif /* __MRC__ */
#endif /* _SYS_STAT_H */
+
+/* arch-tag: b7da83f5-3d3f-4b19-9cd2-790dd87145e4
+ (do not change this comment) */
diff --git a/mac/inc/sys/time.h b/mac/inc/sys/time.h
index b9936e9207..b80135b7b5 100644
--- a/mac/inc/sys/time.h
+++ b/mac/inc/sys/time.h
@@ -29,3 +29,6 @@ struct timeval {
};
#endif /* _SYS_TYPES_H */
+
+/* arch-tag: f85ed04d-0e99-4f97-892b-fe029d0e92f9
+ (do not change this comment) */
diff --git a/mac/inc/sys/types.h b/mac/inc/sys/types.h
index 9f358b2a4e..0d647d16c9 100644
--- a/mac/inc/sys/types.h
+++ b/mac/inc/sys/types.h
@@ -38,3 +38,6 @@ typedef unsigned long mode_t;
#endif /* __MRC__ */
#endif /* _SYS_TYPES_H */
+
+/* arch-tag: d4b69a6a-b2ff-4be2-a152-a162af81d823
+ (do not change this comment) */