VirtualBox

Changeset 916 in kBuild for trunk


Ignore:
Timestamp:
May 24, 2007 10:37:13 PM (18 years ago)
Author:
bird
Message:

fixed a const issue with the value-length stuff.

Location:
trunk/src/gmakenew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/expand.c

    r903 r916  
    549549/* Expands the specified string, appending it to the specified variable value. */
    550550void
    551 append_expanded_string_to_variable (struct variable *v, char *value)
     551append_expanded_string_to_variable (struct variable *v, const char *value)
    552552{
    553553  char *p;
  • trunk/src/gmakenew/variable.h

    r903 r916  
    130130void restore_variable_buffer (char *buf, unsigned int len);
    131131#ifdef CONFIG_WITH_VALUE_LENGTH
    132 extern void append_expanded_string_to_variable (struct variable *v, char *value);
     132extern void append_expanded_string_to_variable (struct variable *v, const char *value);
    133133#endif
    134134
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette