Changeset 142 in MondoRescue for trunk/mondo/mondo/common/my-stuff.h


Ignore:
Timestamp:
Nov 27, 2005, 10:38:41 PM (18 years ago)
Author:
bcornec
Message:

merge -r139:141 $SVN_M/branches/2.05
splint improvements (begin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/my-stuff.h

    r127 r142  
    6161#include <time.h>
    6262#include <unistd.h>
     63#ifndef S_SPLINT_S
    6364#include <signal.h>
     65#endif
    6466//#include <curses.h>
    6567#include <newt.h>
    6668#include <ctype.h>
    6769#include <string.h>
     70#ifndef S_SPLINT_S
    6871#include <pthread.h>
     72#endif
    6973#include <assert.h>
    7074
     
    338342#define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE  "/dev/md"
    339343#define RAID_DEVICE_STUB    DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
    340 #define SANE_FORMATS        "swap image vfat ext2 ext3 xfs vfs jfs reiserfs dos minix coda nfs ntfs hpfs raid lvm"
     344#define SANE_FORMATS        "swap image vfat ext2 ext3 xfs vfs jfs reiserfs dos minix coda nfs ntfs hpfs raid lvm cifs"
    341345#define ALT_TAPE        "/dev/ht0"
    342346#define MKE2FS_OR_NEWFS "mke2fs"
Note: See TracChangeset for help on using the changeset viewer.