diff options
Diffstat (limited to 'nt/inc/sys')
-rw-r--r-- | nt/inc/sys/socket.h | 5 | ||||
-rw-r--r-- | nt/inc/sys/stat.h | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 153ad17450a..b8842fdd93b 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -1,5 +1,5 @@ /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -168,6 +168,3 @@ 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/stat.h b/nt/inc/sys/stat.h index 4d93430803c..6fe5647640c 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -1,7 +1,7 @@ /* sys/stat.h supplied with MSVCRT uses too narrow data types for inode and user/group id, so we replace them with our own. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -78,5 +78,3 @@ _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); #endif /* INC_SYS_STAT_H_ */ -/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42 - (do not change this comment) */ |