Changeset e13fb10 in mainline


Ignore:
Timestamp:
2008-09-14T17:32:10Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39463ff
Parents:
901e827
Message:

Fix bug in mknewcmd (incorrectly prototyping entry points)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/mknewcmd

    r901e827 re13fb10  
    121121        [ "${CMDTYPE}" = "module" ] && cat << EOF >> ${OUTDIR}/entry.h
    122122/* Entry points for the ${CMDNAME} command */
    123 extern int * ${CMDENTRY}(char **);
    124 extern void * ${HELPENTRY}(unsigned int);
     123extern int ${CMDENTRY}(char **);
     124extern void ${HELPENTRY}(unsigned int);
    125125
    126126#endif /* ${defname}_ENTRY_H */
Note: See TracChangeset for help on using the changeset viewer.