diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:00 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:00 +0100 |
commit | f0c8eda12c410fb56630de47f6d50cac15f7529a (patch) | |
tree | 4531e56b1873ce6b4e5db4bf4684f5daa4e1257e /hwclock | |
parent | 63cccae4684f83d2a462bc8abf24e51d1bd6efb6 (diff) | |
download | util-linux-old-f0c8eda12c410fb56630de47f6d50cac15f7529a.tar.gz |
Imported from util-linux-2.11u tarball.
Diffstat (limited to 'hwclock')
-rw-r--r-- | hwclock/hwclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwclock/hwclock.c b/hwclock/hwclock.c index 9cf46dda..22a7a43c 100644 --- a/hwclock/hwclock.c +++ b/hwclock/hwclock.c @@ -1248,7 +1248,7 @@ static const struct option longopts[] = { { "jensen", 0, 0, 'J' }, { "SRM", 0, 0, 'S' }, { "srm", 0, 0, 'S' }, - { "funky-toy", 0, 0, 'F'} + { "funky-toy", 0, 0, 'F'}, #endif { "set", 0, 0, 128 }, { "getepoch", 0, 0, 129 }, |