aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/sig.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-02-25 14:05:17 +0000
committerBrian Somers <brian@FreeBSD.org>1997-02-25 14:05:17 +0000
commitc3b6ad6667e0ed297645489dd1f08187e1822b08 (patch)
tree4252ef9f097a010aba4c613582beab10c273f68a /usr.sbin/ppp/sig.h
parenta43e18f1d9d52380858c630fc90371f39af6ef9f (diff)
downloadsrc-c3b6ad6667e0ed297645489dd1f08187e1822b08.tar.gz
src-c3b6ad6667e0ed297645489dd1f08187e1822b08.zip
osreldate.h stuff suggested by: Eivind Eklund
Remove #include's from sig.h and get dependant modules to include them themselves. Make inclusion of if_var.h depend on __FreeBSD_version so that the -current version of ppp can be used with 2.1.* 2.2 Candidate ?
Notes
Notes: svn path=/head/; revision=23114
Diffstat (limited to 'usr.sbin/ppp/sig.h')
-rw-r--r--usr.sbin/ppp/sig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h
index 3ffe765b6a08..cbc41d564539 100644
--- a/usr.sbin/ppp/sig.h
+++ b/usr.sbin/ppp/sig.h
@@ -26,14 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sig.h,v 1.3 1997/02/23 19:28:56 brian Exp $
+ * $Id: sig.h,v 1.4 1997/02/23 20:01:20 brian Exp $
*
* TODO:
*
*/
-#include <signal.h>
-
typedef void (*sig_type)(int);
/* Call this instead of signal() */