From 6f65a3a7e88a87bdd0f921884cd05ae593659dda Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 20 Jan 2001 01:10:07 +0000 Subject: More printf cleanups --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index 97b60abbd..88e45fc72 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -353,7 +353,7 @@ extern int mount_main(int argc, char **argv) perror_msg_and_die( "\nDEVMTAB_GET_MOUNTS"); for( i = 0 ; i < numfilesystems ; i++) { - fprintf( stdout, "%s %s %s %s %d %d\n", mntentlist[i].mnt_fsname, + printf( "%s %s %s %s %d %d\n", mntentlist[i].mnt_fsname, mntentlist[i].mnt_dir, mntentlist[i].mnt_type, mntentlist[i].mnt_opts, mntentlist[i].mnt_freq, mntentlist[i].mnt_passno); -- cgit v1.2.3