diff options
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r-- | util-linux/rdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index c740a691e..c24465dc3 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -63,8 +63,8 @@ int rdate_main(int argc, char **argv) | |||
63 | time_t remote_time; | 63 | time_t remote_time; |
64 | unsigned long flags; | 64 | unsigned long flags; |
65 | 65 | ||
66 | bb_opt_complementally = "-1"; | 66 | opt_complementary = "-1"; |
67 | flags = bb_getopt_ulflags(argc, argv, "sp"); | 67 | flags = getopt32(argc, argv, "sp"); |
68 | 68 | ||
69 | remote_time = askremotedate(argv[optind]); | 69 | remote_time = askremotedate(argv[optind]); |
70 | 70 | ||