diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
commit | 0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch) | |
tree | 8f7f07c160e5878c775fc6c2bb5ec912a164448e /nt/inc | |
parent | 2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff) | |
download | emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz |
Nuke arch-tags.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/arpa/inet.h | 2 | ||||
-rw-r--r-- | nt/inc/netdb.h | 2 | ||||
-rw-r--r-- | nt/inc/netinet/in.h | 2 | ||||
-rw-r--r-- | nt/inc/pwd.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/dir.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/file.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/ioctl.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/param.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/time.h | 2 | ||||
-rw-r--r-- | nt/inc/unistd.h | 2 |
10 files changed, 0 insertions, 20 deletions
diff --git a/nt/inc/arpa/inet.h b/nt/inc/arpa/inet.h index 9074508a1d3..075752a7218 100644 --- a/nt/inc/arpa/inet.h +++ b/nt/inc/arpa/inet.h @@ -1,4 +1,2 @@ /* null version of <arpa/inet.h> - <sys/socket.h> has everything */ -/* arch-tag: 13c7a7f7-40d0-49e8-bdfb-6dcf2f3a7340 - (do not change this comment) */ diff --git a/nt/inc/netdb.h b/nt/inc/netdb.h index bdb1ce546ca..ffe4f023115 100644 --- a/nt/inc/netdb.h +++ b/nt/inc/netdb.h @@ -1,4 +1,2 @@ /* null version of <netdb.h> - <sys/socket.h> has everything */ -/* arch-tag: 237ba543-97e2-4bd5-9c9c-32271d955eb1 - (do not change this comment) */ diff --git a/nt/inc/netinet/in.h b/nt/inc/netinet/in.h index 2e4f1e1a7ee..798da461aad 100644 --- a/nt/inc/netinet/in.h +++ b/nt/inc/netinet/in.h @@ -1,4 +1,2 @@ /* null version of <netinet/in.h> - <sys/socket.h> has everything */ -/* arch-tag: 49ff589e-100e-4f8f-8b2a-1c3b542590df - (do not change this comment) */ diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h index d8a4ffc2e20..b39309d08fa 100644 --- a/nt/inc/pwd.h +++ b/nt/inc/pwd.h @@ -24,5 +24,3 @@ struct passwd * getpwuid (unsigned); #endif /* _PWD_H_ */ -/* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf - (do not change this comment) */ diff --git a/nt/inc/sys/dir.h b/nt/inc/sys/dir.h index e317d008d20..dc075cd7587 100644 --- a/nt/inc/sys/dir.h +++ b/nt/inc/sys/dir.h @@ -4,5 +4,3 @@ #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 4460da09279..504dce56d85 100644 --- a/nt/inc/sys/file.h +++ b/nt/inc/sys/file.h @@ -10,5 +10,3 @@ #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 b3c6b3b107b..060def367ff 100644 --- a/nt/inc/sys/ioctl.h +++ b/nt/inc/sys/ioctl.h @@ -4,5 +4,3 @@ * 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 971d4b10755..27f64038c18 100644 --- a/nt/inc/sys/param.h +++ b/nt/inc/sys/param.h @@ -9,5 +9,3 @@ #endif /* _PARAM_H_ */ -/* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435 - (do not change this comment) */ diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h index a3808f4c5c5..c90d1fd62f5 100644 --- a/nt/inc/sys/time.h +++ b/nt/inc/sys/time.h @@ -22,5 +22,3 @@ void gettimeofday (struct timeval *, struct timezone *); /* end of sys/time.h */ -/* arch-tag: bc525883-0c81-4bea-b83d-3325461f38b5 - (do not change this comment) */ diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h index 9bf9cb75971..7e77f95da4c 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h @@ -1,4 +1,2 @@ /* Fake unistd.h: config.h already provides most of the relevant things. */ -/* arch-tag: 68600bcd-3097-4501-a559-551db3cdb9fd - (do not change this comment) */ |