From 87468857f685863cd763ae361c2cb3be0ee53a68 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 13 Apr 2007 23:22:00 +0000 Subject: style fixes --- libpwdgrp/pwd_grp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpwdgrp') diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 7a8a23745..d59fd50bf 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -679,7 +679,7 @@ int putspent(const struct spwd *p, FILE *stream) { static const char ld_format[] = "%ld:"; const char *f; - long int x; + long x; int i; int rv = -1; @@ -692,7 +692,7 @@ int putspent(const struct spwd *p, FILE *stream) for (i=0 ; i < sizeof(_sp_off) ; i++) { f = ld_format; - x = *(const long int *)(((const char *) p) + _sp_off[i]); + x = *(const long *)(((const char *) p) + _sp_off[i]); if (x == -1) { f += 3; } -- cgit v1.2.3