projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead398f
)
Fix comment.
author
drepper
<drepper>
Wed, 24 Sep 1997 22:35:52 +0000
(22:35 +0000)
committer
drepper
<drepper>
Wed, 24 Sep 1997 22:35:52 +0000
(22:35 +0000)
nis/nis_file.c
patch
|
blob
|
history
diff --git
a/nis/nis_file.c
b/nis/nis_file.c
index
8481851
..
c32d54a
100644
(file)
--- a/
nis/nis_file.c
+++ b/
nis/nis_file.c
@@
-91,8
+91,6
@@
nis_write_obj (const char *name, const nis_object *obj)
return FALSE;
xdrstdio_create (&xdrs, out, XDR_ENCODE);
- /* XXX The following cast is bad! Shouldn't the XDR functions take
- pointers to const objects? */
if (!xdr_nis_object (&xdrs, (nis_object *) obj))
return FALSE;