diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:43 +0000 |
commit | 8a91b44429b4318a64e28686aee32045b7ccdde4 (patch) | |
tree | 85dd6fd80be985c01d5817772b890e8d97fc601b | |
parent | 518b6666a022023916d55c98fc602481e5290781 (diff) |
2001-03-31 Roland McGrath <roland@frob.com>
* ugids.h: Fix obsolescent #endif syntax.
-rw-r--r-- | libshouldbeinlibc/ugids.h | 6 |
1 files 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__ */ |