[BACK]Return to compat.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/compat.h between version 1.6 and 1.7

version 1.6, 2003/04/03 19:15:34 version 1.7, 2003/04/19 21:57:17
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: compat.h,v 1.66 2003/04/02 18:25:19 millert Exp $   * Sponsored in part by the Defense Advanced Research Projects
    * Agency (DARPA) and Air Force Research Laboratory, Air Force
    * Materiel Command, USAF, under agreement number F39502-99-1-0512.
    *
    * $Sudo: compat.h,v 1.67 2003/04/16 00:42:09 millert Exp $
  */   */
   
 #ifndef _SUDO_COMPAT_H  #ifndef _SUDO_COMPAT_H
Line 211 
Line 215 
 # ifndef HAVE_SIGACTION_T  # ifndef HAVE_SIGACTION_T
 typedef struct sigaction sigaction_t;  typedef struct sigaction sigaction_t;
 # endif  # endif
 # ifndef SA_INTERRUPT  # ifndef SA_INTERRUPT
 #  define SA_INTERRUPT  0  #  define SA_INTERRUPT  0
 # endif  # endif
 # ifndef SA_RESTART  # ifndef SA_RESTART
 #  define SA_RESTART    0  #  define SA_RESTART    0
 # endif  # endif
 #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7