projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7c9bb
)
2000-05-18 Andreas Jaeger <aj@suse.de>
author
Andreas Jaeger
<aj@suse.de>
Tue, 23 May 2000 06:31:35 +0000
(06:31 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Tue, 23 May 2000 06:31:35 +0000
(06:31 +0000)
* sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
Closes PR libc/1731.
sunrpc/rpc_main.c
patch
|
blob
|
history
diff --git
a/sunrpc/rpc_main.c
b/sunrpc/rpc_main.c
index
e020ef0
..
ba25455
100644
(file)
--- a/
sunrpc/rpc_main.c
+++ b/
sunrpc/rpc_main.c
@@
-1362,6
+1362,13
@@
parseargs (int argc, const char *argv[], struct commandline *cmd)
cmd->Scflag = flag['C'];
cmd->makefileflag = flag['M'];
+ if (mtflag || newstyle)
+ {
+ /* glibc doesn't support these flags. */
+ f_print (stderr,
+ _("This implementation doesn't support newstyle or MT-safe code!\n"));
+ return (0);
+ }
if (tirpcflag)
{
pmflag = inetdflag ? 0 : 1; /* pmflag or inetdflag is always TRUE */