diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 23:39:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 23:39:31 +0000 |
commit | 25ce4c6b9e6facade00a35eec94780c3c67cf249 (patch) | |
tree | 250bffc9df5e81e55e84785f2df6bbccb5ec945b /posix/tst-rxspencer.c | |
parent | a8067e8f899dc2842aba0780a6943bacb8247c8c (diff) | |
download | glibc-25ce4c6b9e6facade00a35eec94780c3c67cf249.zip glibc-25ce4c6b9e6facade00a35eec94780c3c67cf249.tar.gz glibc-25ce4c6b9e6facade00a35eec94780c3c67cf249.tar.bz2 |
Update.
2003-11-04 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ifaddrs.c: Make sure it's the kernel who
sends the netlink data.
* sysdeps/unix/sysv/linux/check_pf.c: Likewise.
Diffstat (limited to 'posix/tst-rxspencer.c')
-rw-r--r-- | posix/tst-rxspencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-rxspencer.c b/posix/tst-rxspencer.c index eed3e18..a04791c 100644 --- a/posix/tst-rxspencer.c +++ b/posix/tst-rxspencer.c @@ -384,7 +384,7 @@ main (int argc, char **argv) {NULL, 0, NULL, 0 } }; - while (getopt_long (argc, argv, "u", options, NULL) >= 0); + while (getopt_long (argc, argv, "", options, NULL) >= 0); if (optind + 1 != argc) { |