diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:23 +0000 |
commit | 1b88e197fa1516e4cdcfe13edee1778c798ef3f9 (patch) | |
tree | 8bd4981d10b37e1020282abd2070d35f965272c8 /utils/pids.h | |
parent | 57bccbcdf288763979fb84f85758cd100c005c31 (diff) |
2001-03-31 Roland McGrath <roland@frob.com>
* pids.h: Fix obsolescent #endif syntax.
Diffstat (limited to 'utils/pids.h')
-rw-r--r-- | utils/pids.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pids.h b/utils/pids.h index 8b192b5a..dcf87e81 100644 --- a/utils/pids.h +++ b/utils/pids.h @@ -1,8 +1,8 @@ /* Pid 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 @@ -44,4 +44,4 @@ struct pids_argp_params /* A parser for selecting a set of pids. */ extern struct argp pids_argp; -#endif __PIDS_H__ +#endif /* __PIDS_H__ */ |