VirtualBox

Changeset 25291 in vbox


Ignore:
Timestamp:
Dec 10, 2009 10:16:54 AM (15 years ago)
Author:
vboxsync
Message:

SUPDrv: nits

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r25278 r25291  
    140140SUPR0_SOURCES      += $$(PATH_SUPR0)/SUPR0.def
    141141$$(PATH_SUPR0)/SUPR0.def: $(PATH_SUB_CURRENT)/SUPR0.def | $$(dir $$@)
    142         $(SED) -e 's/^[ \t][ \t]*\([gA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > [email protected]
     142        $(SED) \
     143                -e 's/^[ \t][ \t]*\([gA-Z]\)/    _\1/' \
     144                -e 's/[ \t]DATA[ \t]*/ /' \
     145                -e 's/g_pSUPGlobalInfoPage/g_SUPGlobalInfoPage/' \
     146                --output [email protected]\
     147                $<
    143148        $(MV) -f [email protected] $@
    144149endif
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r25278 r25291  
    153153
    154154    ; data
    155     g_pSUPGlobalInfoPage DATA
     155    g_pSUPGlobalInfoPage DATA ; NT
     156    g_SUPGlobalInfoPage  DATA ; OS2
    156157
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