summaryrefslogtreecommitdiffstats
path: root/pw/edgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/edgroup.c')
-rw-r--r--pw/edgroup.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/pw/edgroup.c b/pw/edgroup.c
index 9dcbc63..c927b06 100644
--- a/pw/edgroup.c
+++ b/pw/edgroup.c
@@ -22,16 +22,18 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
-#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <pwd.h>