util-linux/term-utils
Sami Kerola 0e9b73d3fb build: fix redundant redeclaration warnings
env.c:24:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls]
su.c:81:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls]

fstab.c:581:14: warning: redundant redeclaration of 'strsignal' [-Wredundant-decls]

kill.h:1:13: note: previous declaration of 'get_pids' was here
kill.c:152:13: warning: redundant redeclaration of 'get_pids' [-Wredundant-decls]

kill.c:142:5: warning: redundant redeclaration of 'main' [-Wredundant-decls]
getopt.c:89:5: warning: redundant redeclaration of 'main' [-Wredundant-decls]

agetty.c:536:15: warning: redundant redeclaration of 'optarg' [-Wredundant-decls]
agetty.c:537:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls]
script.c:161:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls]
wall.c:96:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls]

libmount.h:362:26: note: previous declaration of 'mnt_update_get_fs' was here
libmount.h:454:26: note: previous declaration of 'mnt_context_get_fs' was here
mountP.h:383:26: warning: redundant redeclaration of 'mnt_context_get_fs' [-Wredundant-decls]
mountP.h:398:26: warning: redundant redeclaration of 'mnt_update_get_fs' [-Wredundant-decls]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-06-11 19:51:35 +02:00
..
.gitignore build-sys: move write to term-utils directory 2011-06-25 13:54:31 +02:00
Makefile.am wall: use xmkstemp for temporary file 2012-03-18 14:28:04 +01:00
agetty.8 agetty: pass hostname to login(1) 2011-10-26 23:17:15 +02:00
agetty.c build: fix redundant redeclaration warnings 2012-06-11 19:51:35 +02:00
mesg.1 docs: fix all man page groff warnings 2012-06-02 20:29:12 +02:00
mesg.c term-utils: verify writing to streams was successful 2012-04-04 19:46:25 +02:00
reset reset: make scripts bourne sh compliant [checkbashisms] 2012-03-30 16:48:12 +02:00
reset.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
reset.033c reset: make scripts bourne sh compliant [checkbashisms] 2012-03-30 16:48:12 +02:00
script.1 docs: align script.1 with howto-man-page.txt 2011-10-03 20:32:45 +02:00
script.c build: fix redundant redeclaration warnings 2012-06-11 19:51:35 +02:00
scriptreplay.1 docs: fix all man page groff warnings 2012-06-02 20:29:12 +02:00
scriptreplay.c term-utils: verify writing to streams was successful 2012-04-04 19:46:25 +02:00
setterm.1 setterm: order man page items alphabetically 2011-12-16 11:25:10 +01:00
setterm.c Fix typos in comments and wall's man page 2012-06-05 14:37:26 +02:00
ttymsg.c term-utils: verify writing to streams was successful 2012-04-04 19:46:25 +02:00
ttymsg.h ttymsg: fix compiler warnings and use EXIT_ 2011-04-12 11:19:15 +02:00
wall.1 Fix typos in comments and wall's man page 2012-06-05 14:37:26 +02:00
wall.c build: fix redundant redeclaration warnings 2012-06-11 19:51:35 +02:00
write.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
write.c write: Don't explicitly include <asm/param.h>. 2012-05-29 10:11:41 +02:00