Changeset 2495b14 in thomson


Ignore:
Timestamp:
Mar 17, 2013, 8:43:52 AM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
90b6d4b
Parents:
6b23e9a
Message:

Do not include linux specific stuff when not on linux.

git-svn-id: svn://localhost/thomson@43 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/sap/lfloppy.c

    r6b23e9a r2495b14  
    2424   #include <unistd.h>
    2525   #include <sys/ioctl.h>
     26#ifdef __linux__
    2627   #include <linux/fd.h>
    2728   #include <linux/fdreg.h>
     29#endif
    2830#endif
    2931
Note: See TracChangeset for help on using the changeset viewer.