]> andersk Git - openssh.git/blobdiff - openbsd-compat/sigact.c
- (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
[openssh.git] / openbsd-compat / sigact.c
index 390fbd0705c98be08ad2a08e23e3c664eaec617a..8b8e4dd2c461878586b855b5aa6fd59f4aab4d0c 100644 (file)
@@ -1,7 +1,7 @@
-/*     $OpenBSD: sigaction.c,v 1.3 1999/06/27 08:14:21 millert Exp $   */
+/*     $OpenBSD: sigaction.c,v 1.4 2001/01/22 18:01:48 millert Exp $   */
 
 /****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+ * Copyright (c) 1998,2000 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  *     and: Eric S. Raymond <esr@snark.thyrsus.com>                         *
  ****************************************************************************/
 
+/* OPENBSD ORIGINAL: lib/libcurses/base/sigaction.c */
+
+#include "includes.h"
 #include <signal.h>
-#include "config.h"
 #include "sigact.h"
 
 /* This file provides sigaction() emulation using sigvec() */
This page took 0.038194 seconds and 4 git commands to generate.