From 8a91b44429b4318a64e28686aee32045b7ccdde4 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sat, 31 Mar 2001 23:01:43 +0000
Subject: 2001-03-31  Roland McGrath  <roland@frob.com>

	* ugids.h: Fix obsolescent #endif syntax.
---
 libshouldbeinlibc/ugids.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libshouldbeinlibc/ugids.h b/libshouldbeinlibc/ugids.h
index 8992724b..8440b608 100644
--- a/libshouldbeinlibc/ugids.h
+++ b/libshouldbeinlibc/ugids.h
@@ -1,8 +1,8 @@
 /* Uid/gid parsing/frobbing
 
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997,2001 Free Software Foundation, Inc.
 
-   Written by Miles Bader <miles@gnu.ai.mit.edu>
+   Written by Miles Bader <miles@gnu.org>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -211,4 +211,4 @@ struct ugids_argp_params
 /* A parser for selecting a set of ugids.  */
 extern struct argp ugids_argp;
 
-#endif __UGIDS_H__
+#endif /* __UGIDS_H__ */
-- 
cgit v1.2.3