* sysdep.c (rename): Make arguments const. autoconf #defines
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:07:02 +0000 (21:07 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:07:02 +0000 (21:07 +0000)
commit19c7afdf5727384c33f11479c5005181495223b5
treea2ade85e61f6397ee96b0ac918b8bed62f6ca515
parenta1b4b084b13ee786951f9878e2c5c6a89af8e5d3
* sysdep.c (rename): Make arguments const.  autoconf #defines
const away on systems which don't have it; any system with
prototypes will declare the arguments const (the ones to which I
have access do); and systems without prototypes won't notice.
src/sysdep.c