about summary refs log tree commit diff
path: root/sunrpc/rpc_cout.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-09 22:46:12 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-09 22:46:12 +0000
commit1991fa031c685d5cdcfc07cfea552bd7c33804e9 (patch)
treed7f55b91348302d3b2f679eb8e5d6b144a18b504 /sunrpc/rpc_cout.c
parent60d6f5a6f50d838bcb4240fcc0223cac445c6c83 (diff)
downloadglibc-1991fa031c685d5cdcfc07cfea552bd7c33804e9.tar.gz
glibc-1991fa031c685d5cdcfc07cfea552bd7c33804e9.tar.xz
glibc-1991fa031c685d5cdcfc07cfea552bd7c33804e9.zip
Remove __GNU_LIBRARY__ conditionals from rpcgen.
Diffstat (limited to 'sunrpc/rpc_cout.c')
-rw-r--r--sunrpc/rpc_cout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c
index d003ad7dca..db7b571b33 100644
--- a/sunrpc/rpc_cout.c
+++ b/sunrpc/rpc_cout.c
@@ -416,13 +416,11 @@ emit_union (const definition * def)
 	  free (object);
 	  f_print (fout, "\t\tbreak;\n");
 	}
-#ifdef __GNU_LIBRARY__
       else
 	{
 	  f_print (fout, "\tdefault:\n");
 	  f_print (fout, "\t\tbreak;\n");
 	}
-#endif
     }
   else
     {