diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
commit | 0bc4568c4b69ef6535079bedda4a578f4e375aeb (patch) | |
tree | 3b6c2c08031225e8f6cc9032b4ee0ba78512538b /getfsdev.c | |
parent | 7acd85d65ef52b08be9cf5cdf057239aa7a21e85 (diff) | |
download | rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.gz rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.bz2 rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.zip |
Imported Upstream version 3.2.0upstream/3.2.0
Diffstat (limited to 'getfsdev.c')
-rw-r--r-- | getfsdev.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ fprintf(stderr, "Unable to stat `%s'\n", *argv); exit(1); } - printf("%ld/%ld\n", (long)major(st.st_dev), - (long)minor(st.st_dev)); + printf("%ld/%ld\n", (long)major(st.st_dev), (long)minor(st.st_dev)); } return 0; |