diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:34:25 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:34:25 +0000 |
commit | fa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (patch) | |
tree | 28fc9a13eaab935e4de055b561b333d67387a934 /openbsd-compat/sigact.c | |
parent | 04942aa41fa94ec6f2c3ce1d348f600f31bb7c78 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
import openssh-4.3p2-gsskex-20060223.patch
Diffstat (limited to 'openbsd-compat/sigact.c')
-rw-r--r-- | openbsd-compat/sigact.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsd-compat/sigact.c b/openbsd-compat/sigact.c index 2772ac574..8b8e4dd2c 100644 --- a/openbsd-compat/sigact.c +++ b/openbsd-compat/sigact.c | |||
@@ -1,9 +1,7 @@ | |||
1 | /* OPENBSD ORIGINAL: lib/libcurses/base/sigaction.c */ | 1 | /* $OpenBSD: sigaction.c,v 1.4 2001/01/22 18:01:48 millert Exp $ */ |
2 | |||
3 | /* $OpenBSD: sigaction.c,v 1.3 1999/06/27 08:14:21 millert Exp $ */ | ||
4 | 2 | ||
5 | /**************************************************************************** | 3 | /**************************************************************************** |
6 | * Copyright (c) 1998 Free Software Foundation, Inc. * | 4 | * Copyright (c) 1998,2000 Free Software Foundation, Inc. * |
7 | * * | 5 | * * |
8 | * Permission is hereby granted, free of charge, to any person obtaining a * | 6 | * Permission is hereby granted, free of charge, to any person obtaining a * |
9 | * copy of this software and associated documentation files (the * | 7 | * copy of this software and associated documentation files (the * |
@@ -35,6 +33,8 @@ | |||
35 | * and: Eric S. Raymond <esr@snark.thyrsus.com> * | 33 | * and: Eric S. Raymond <esr@snark.thyrsus.com> * |
36 | ****************************************************************************/ | 34 | ****************************************************************************/ |
37 | 35 | ||
36 | /* OPENBSD ORIGINAL: lib/libcurses/base/sigaction.c */ | ||
37 | |||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | #include <signal.h> | 39 | #include <signal.h> |
40 | #include "sigact.h" | 40 | #include "sigact.h" |