diff options
| -rw-r--r-- | sys/sys/linker_set.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h index 9824a6bc11e1..ce60239f238c 100644 --- a/sys/sys/linker_set.h +++ b/sys/sys/linker_set.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: linker_set.h,v 1.1 1999/01/14 05:48:46 jdp Exp $ */ #ifndef _SYS_LINKER_SET_H_ @@ -81,8 +81,8 @@ #endif struct linker_set { - int ls_length; - const void *ls_items[1]; /* really ls_length of them, + int ls_length; + void *ls_items[1]; /* really ls_length of them, * trailing NULL */ }; |
