VirtualBox

Changeset 2773 in kBuild for trunk/src


Ignore:
Timestamp:
Feb 3, 2015 12:59:54 PM (10 years ago)
Author:
bird
Message:

linux build fixes.

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/dir.c

    r2734 r2773  
    13211321/* Hooks for globbing.  */
    13221322
     1323#if defined(KMK) && !defined(__OS2__)
     1324# include "glob/glob.h"
     1325#else
    13231326#include <glob.h>
     1327#endif
    13241328
    13251329/* Structure describing state of iterating through a directory hash table.  */
  • trunk/src/kmk/kmk_cc_exec.h

    r2771 r2773  
    3333void  kmk_cc_print_stats(void);
    3434
     35struct variable;
    3536extern struct kmk_cc_evalprog   *kmk_cc_compile_variable_for_eval(struct variable *pVar);
    3637extern struct kmk_cc_expandprog *kmk_cc_compile_variable_for_expand(struct variable *pVar);
    37 char *kmk_exec_expand_to_var_buf(struct variable *pVar, char *pchDst);
    38 void kmk_exec_evalval(struct variable *pVar);
    39 void kmk_cc_variable_changed(struct variable *pVar);
    40 void kmk_cc_variable_deleted(struct variable *pVar);
     38extern char *kmk_exec_expand_to_var_buf(struct variable *pVar, char *pchDst);
     39extern void kmk_exec_evalval(struct variable *pVar);
     40extern void kmk_cc_variable_changed(struct variable *pVar);
     41extern void kmk_cc_variable_deleted(struct variable *pVar);
    4142
    4243
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