diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /mac/inc/sys | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
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); | |||
| 57 | char *getwd(char *); | 57 | char *getwd(char *); |
| 58 | 58 | ||
| 59 | #endif /* _SYS_FILE_H */ | 59 | #endif /* _SYS_FILE_H */ |
| 60 | |||
| 61 | /* arch-tag: c3a653d5-f228-4d62-a47c-0398015195de | ||
| 62 | (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 *); | |||
| 29 | #define TCGETA 2 | 29 | #define TCGETA 2 |
| 30 | 30 | ||
| 31 | #endif /* _SYS_IOCTL_H */ | 31 | #endif /* _SYS_IOCTL_H */ |
| 32 | |||
| 33 | /* arch-tag: fa0c3dda-dbe0-4a49-86c4-7516c83c3c8c | ||
| 34 | (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. */ | |||
| 26 | #define MAXPATHLEN 255 | 26 | #define MAXPATHLEN 255 |
| 27 | 27 | ||
| 28 | #endif /* _SYS_PARAM_H */ | 28 | #endif /* _SYS_PARAM_H */ |
| 29 | |||
| 30 | /* arch-tag: dceae288-b9cf-4a8f-a780-bca2cadf0c47 | ||
| 31 | (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 { | |||
| 84 | #endif /* __MRC__ */ | 84 | #endif /* __MRC__ */ |
| 85 | 85 | ||
| 86 | #endif /* _SYS_STAT_H */ | 86 | #endif /* _SYS_STAT_H */ |
| 87 | |||
| 88 | /* arch-tag: b7da83f5-3d3f-4b19-9cd2-790dd87145e4 | ||
| 89 | (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 { | |||
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | #endif /* _SYS_TYPES_H */ | 31 | #endif /* _SYS_TYPES_H */ |
| 32 | |||
| 33 | /* arch-tag: f85ed04d-0e99-4f97-892b-fe029d0e92f9 | ||
| 34 | (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; | |||
| 38 | #endif /* __MRC__ */ | 38 | #endif /* __MRC__ */ |
| 39 | 39 | ||
| 40 | #endif /* _SYS_TYPES_H */ | 40 | #endif /* _SYS_TYPES_H */ |
| 41 | |||
| 42 | /* arch-tag: d4b69a6a-b2ff-4be2-a152-a162af81d823 | ||
| 43 | (do not change this comment) */ | ||