diff options
author | Roland McGrath <roland@redhat.com> | 2010-08-24 11:52:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-08-24 11:56:51 -0700 |
commit | f2ac4868b7b69c32c4de9895b4a1e22b91cc6aa8 (patch) | |
tree | bf0d9418ba3b92908f7cc4ba5764d57cb690dc5b | |
parent | 1cdfe7242f89a54d164b9d7e31b716839a17ba5b (diff) | |
download | glibc-f2ac4868b7b69c32c4de9895b4a1e22b91cc6aa8.tar glibc-f2ac4868b7b69c32c4de9895b4a1e22b91cc6aa8.tar.gz glibc-f2ac4868b7b69c32c4de9895b4a1e22b91cc6aa8.tar.bz2 glibc-f2ac4868b7b69c32c4de9895b4a1e22b91cc6aa8.zip |
Avoid nested comment.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sunrpc/rpc_parse.h | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-08-24 Roland McGrath <roland@redhat.com> + + * sunrpc/rpc_parse.h: Avoid nested comment. + 2010-08-24 Richard Henderson <rth@redhat.com> Ulrich Drepper <drepper@redhat.com> H.J. Lu <hongjiu.lu@intel.com> diff --git a/sunrpc/rpc_parse.h b/sunrpc/rpc_parse.h index 55a999da86..e2e2f1e106 100644 --- a/sunrpc/rpc_parse.h +++ b/sunrpc/rpc_parse.h @@ -1,6 +1,5 @@ /* @(#)rpc_parse.h 1.3 90/08/29 - -/* + * * Copyright (c) 2010, Oracle America, Inc. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are |