summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/sig.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-02-23 19:28:56 +0000
committerbrian <brian@FreeBSD.org>1997-02-23 19:28:56 +0000
commited53640007af8113205cf24f518695622d7910ff (patch)
tree05c765e23d34fcb9c34651498405a0139d67801f /usr.sbin/ppp/sig.h
parent84a3853f863985da1e0fb0f39be630165b29626f (diff)
downloadFreeBSD-src-ed53640007af8113205cf24f518695622d7910ff.zip
FreeBSD-src-ed53640007af8113205cf24f518695622d7910ff.tar.gz
Pointed out by: Joerg
Fix broken signal.h include
Diffstat (limited to 'usr.sbin/ppp/sig.h')
-rw-r--r--usr.sbin/ppp/sig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h
index 5194ea6..f11ccdf 100644
--- a/usr.sbin/ppp/sig.h
+++ b/usr.sbin/ppp/sig.h
@@ -26,13 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: sig.h,v 1.2 1997/02/22 16:10:53 peter Exp $
*
* TODO:
*
*/
-#include <sys/signal.h>
+#include <signal.h>
/* Call this instead of signal() */
extern __sighandler_t *pending_signal __P((int, __sighandler_t *));
OpenPOWER on IntegriCloud