lib/, src/: Say 'long' instead of 'long int'
We were using 'long' in most places, so be consistent and use it everywhere. Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Serge Hallyn
parent
44b8f7b3ef
commit
4f16458b6c
+1
-1
@@ -339,7 +339,7 @@ static void check_new_gid (void)
|
||||
*/
|
||||
fprintf (stderr,
|
||||
_("%s: GID '%lu' already exists\n"),
|
||||
Prog, (unsigned long int) group_newid);
|
||||
Prog, (unsigned long) group_newid);
|
||||
exit (E_GID_IN_USE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user