Changes in / [3b10ae36:82d9087] in mainline


Ignore:
Files:
8 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r3b10ae36 r82d9087  
    8282uspace/app/blkdump/blkdump
    8383uspace/app/bnchmark/bnchmark
    84 uspace/app/contacts/contacts
    8584uspace/app/corecfg/corecfg
    8685uspace/app/cpptest/cpptest
     
    381380uspace/lib/posix/redefs-hide-libc-symbols.list
    382381uspace/lib/posix/test-libposix
    383 uspace/lib/sif/test-libsif
    384382uspace/lib/uri/test-liburi
    385383uspace/srv/audio/hound/hound
  • boot/Makefile.common

    r3b10ae36 r82d9087  
    176176        $(USPACE_PATH)/app/blkdump/blkdump \
    177177        $(USPACE_PATH)/app/bnchmark/bnchmark \
    178         $(USPACE_PATH)/app/contacts/contacts \
    179178        $(USPACE_PATH)/app/corecfg/corecfg \
    180179        $(USPACE_PATH)/app/cpptest/cpptest \
     
    241240        $(USPACE_PATH)/lib/label/test-liblabel \
    242241        $(USPACE_PATH)/lib/posix/test-libposix \
    243         $(USPACE_PATH)/lib/sif/test-libsif \
    244242        $(USPACE_PATH)/lib/uri/test-liburi \
    245243        $(USPACE_PATH)/drv/bus/usb/xhci/test-xhci \
  • uspace/Makefile

    r3b10ae36 r82d9087  
    3939        app/blkdump \
    4040        app/bnchmark \
    41         app/contacts \
    4241        app/corecfg \
    4342        app/cpptest \
     
    230229        lib/fmtutil \
    231230        lib/scsi \
    232         lib/sif \
    233231        lib/compress \
    234232        lib/drv \
  • uspace/lib/c/include/stdio.h

    r3b10ae36 r82d9087  
    178178
    179179extern FILE *tmpfile(void);
    180 extern char *tmpnam(char *s);
     180extern char *tmpnam(char *s) __attribute__((deprecated));
    181181
    182182#ifdef _HELENOS_SOURCE
Note: See TracChangeset for help on using the changeset viewer.