commit | 75e82d625d628cf62187681fc481ae5c060cdcff | [log] [tgz] |
---|---|---|
author | guy <guy> | Thu Apr 25 04:54:02 2002 +0000 |
committer | guy <guy> | Thu Apr 25 04:54:02 2002 +0000 |
tree | 6752a55ee4e6a8502ef780c4db3434e77d1032dc | |
parent | 4c51c6177bc42e7af3df696214fbd4ca32ddff7a [diff] |
Convert some format pointers to "char *" from "u_char *", and some data pointers from "char *" to "u_char *", to eliminate signed vs. unsigned complaints from some compilers. Don't use "++"s in initialization, to avoid warnings from the Sun C compiler.