aboutsummaryrefslogtreecommitdiffstats
path: root/nt/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 /nt/inc/sys
parent1042fe8c8ca167fdb44365d99a35492df87b078f (diff)
Add arch taglines
Diffstat (limited to 'nt/inc/sys')
-rw-r--r--nt/inc/sys/dir.h3
-rw-r--r--nt/inc/sys/file.h3
-rw-r--r--nt/inc/sys/ioctl.h3
-rw-r--r--nt/inc/sys/param.h3
-rw-r--r--nt/inc/sys/socket.h3
-rw-r--r--nt/inc/sys/time.h3
6 files changed, 18 insertions, 0 deletions
diff --git a/nt/inc/sys/dir.h b/nt/inc/sys/dir.h
index 203e27f2fe..e317d008d2 100644
--- a/nt/inc/sys/dir.h
+++ b/nt/inc/sys/dir.h
@@ -3,3 +3,6 @@
*/
#include "..\..\..\src\ndir.h"
+
+/* arch-tag: 090c9091-3b16-429b-9c40-8aecce1162be
+ (do not change this comment) */
diff --git a/nt/inc/sys/file.h b/nt/inc/sys/file.h
index 6a3fcc13e8..4460da0927 100644
--- a/nt/inc/sys/file.h
+++ b/nt/inc/sys/file.h
@@ -9,3 +9,6 @@
#define R_OK 4
#define D_OK 8
#endif
+
+/* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959
+ (do not change this comment) */
diff --git a/nt/inc/sys/ioctl.h b/nt/inc/sys/ioctl.h
index dc0957873d..b3c6b3b107 100644
--- a/nt/inc/sys/ioctl.h
+++ b/nt/inc/sys/ioctl.h
@@ -3,3 +3,6 @@
* in many of the source files, we just extend the include path so that the
* compiler will pick this up empty header instead.
*/
+
+/* arch-tag: c6e9015a-930a-4ad3-b368-ac32f84475d7
+ (do not change this comment) */
diff --git a/nt/inc/sys/param.h b/nt/inc/sys/param.h
index 397c5ffae6..971d4b1075 100644
--- a/nt/inc/sys/param.h
+++ b/nt/inc/sys/param.h
@@ -8,3 +8,6 @@
#define NBPG 4096
#endif /* _PARAM_H_ */
+
+/* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435
+ (do not change this comment) */
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h
index f5a17eafba..422a27d1b5 100644
--- a/nt/inc/sys/socket.h
+++ b/nt/inc/sys/socket.h
@@ -163,3 +163,6 @@ extern int h_errno;
#endif /* _SOCKET_H_ */
/* end of socket.h */
+
+/* arch-tag: e3b8b91c-aaa0-4bc4-be57-a85a1dd247b4
+ (do not change this comment) */
diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h
index 881808c532..a3808f4c5c 100644
--- a/nt/inc/sys/time.h
+++ b/nt/inc/sys/time.h
@@ -21,3 +21,6 @@ void gettimeofday (struct timeval *, struct timezone *);
#endif /* SYS_TIME_H_INCLUDED */
/* end of sys/time.h */
+
+/* arch-tag: bc525883-0c81-4bea-b83d-3325461f38b5
+ (do not change this comment) */