]> Pileus Git - ~andy/linux/commit
doc: Remove unnecessary declarations from Documentation/accounting/getdelays.c
authorAnthony G. Basile <basile@opensource.dyc.edu>
Sat, 24 Nov 2012 16:54:24 +0000 (11:54 -0500)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Nov 2012 13:22:21 +0000 (14:22 +0100)
commit801b295e4fd4a8c3344fcf523a12ef5ac41de889
tree31ea222199930421a50328598f64fdd6f341b656
parentb3834be5c42a5d2fd85ff4b819fa38983b1450e6
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: Anthony G. Basile <basile@opensource.dyc.edu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/accounting/getdelays.c