]> code.delx.au - gnu-emacs/blobdiff - mac/inc/grp.h
(font-lock-syntactic-keywords): Add defvar.
[gnu-emacs] / mac / inc / grp.h
index 55657c48e49edf7bc16aaf5c8835e3140d8d3c62..058bc6570160ad9507e6269b0d4254c5cace20cd 100755 (executable)
@@ -1,5 +1,5 @@
 /* Replacement grp.h file for building GNU Emacs on the Macintosh.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef _GRP_H
 #define _GRP_H
@@ -31,3 +31,6 @@ struct group {
 struct group *getgrgid(gid_t);
 
 #endif /* _GRP_H */
+
+/* arch-tag: 3b1d3315-05d5-4c7a-8404-3754bb40020c
+   (do not change this comment) */