Skip to content
Commit 801b295e authored by Anthony G. Basile's avatar Anthony G. Basile Committed by Jiri Kosina
Browse files

doc: Remove unnecessary declarations from Documentation/accounting/getdelays.c



stime and utime are declared __u64 but are never used.  On a glibc system
this is harmless lint, but on a uClibc system, because of the difference
in they way header files stack, including stdio.h brings in time.h and
this causes a name collision with stime.  Since these are useless anyhow,
we remove them.

Signed-off-by: default avatarAnthony G. Basile <basile@opensource.dyc.edu>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b3834be5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment