Changeset 142 in MondoRescue for trunk/mondo/mondo/common/libmondo-fifo.c


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/libmondo-fifo.c

    r45 r142  
    99#include <unistd.h>
    1010#include <stdio.h>
     11#ifndef S_SPLINT_S
    1112#include <signal.h>
     13#endif
    1214#include <fcntl.h>
    1315#include <stdio.h>
     
    2022#include <sys/sem.h>
    2123#include <sys/wait.h>
     24#ifndef S_SPLINT_S
    2225#include <pthread.h>
     26#endif
    2327
    2428#include "my-stuff.h"
Note: See TracChangeset for help on using the changeset viewer.