diff options
Diffstat (limited to 'mac/inc/sys')
-rw-r--r-- | mac/inc/sys/file.h | 3 | ||||
-rw-r--r-- | mac/inc/sys/ioctl.h | 3 | ||||
-rw-r--r-- | mac/inc/sys/param.h | 3 | ||||
-rw-r--r-- | mac/inc/sys/stat.h | 3 | ||||
-rw-r--r-- | mac/inc/sys/time.h | 3 | ||||
-rw-r--r-- | mac/inc/sys/types.h | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h index 0566b63cd58..b33f8aaa9cc 100644 --- a/mac/inc/sys/file.h +++ b/mac/inc/sys/file.h @@ -57,6 +57,3 @@ 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 36a921f2a1e..ae1a76b7a0f 100644 --- a/mac/inc/sys/ioctl.h +++ b/mac/inc/sys/ioctl.h @@ -29,6 +29,3 @@ 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 a0e3c6d6f26..247f3971a4c 100644 --- a/mac/inc/sys/param.h +++ b/mac/inc/sys/param.h @@ -26,6 +26,3 @@ 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 b72385c1b4d..0f9ee79dab1 100644 --- a/mac/inc/sys/stat.h +++ b/mac/inc/sys/stat.h @@ -84,6 +84,3 @@ 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 b80135b7b5e..b9936e92075 100644 --- a/mac/inc/sys/time.h +++ b/mac/inc/sys/time.h @@ -29,6 +29,3 @@ 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 0d647d16c9e..9f358b2a4e8 100644 --- a/mac/inc/sys/types.h +++ b/mac/inc/sys/types.h @@ -38,6 +38,3 @@ typedef unsigned long mode_t; #endif /* __MRC__ */ #endif /* _SYS_TYPES_H */ - -/* arch-tag: d4b69a6a-b2ff-4be2-a152-a162af81d823 - (do not change this comment) */ |