diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/sigact.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/sigact.h b/openbsd-compat/sigact.h index 7821e09e8..db96d0a5c 100644 --- a/openbsd-compat/sigact.h +++ b/openbsd-compat/sigact.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* $OpenBSD: SigAction.h,v 1.2 1999/06/27 08:15:19 millert Exp $ */ | 1 | /* $OpenBSD: SigAction.h,v 1.3 2001/01/22 18:01:32 millert Exp $ */ |
2 | 2 | ||
3 | /**************************************************************************** | 3 | /**************************************************************************** |
4 | * Copyright (c) 1998 Free Software Foundation, Inc. * | 4 | * Copyright (c) 1998,2000 Free Software Foundation, Inc. * |
5 | * * | 5 | * * |
6 | * 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 * |
7 | * copy of this software and associated documentation files (the * | 7 | * copy of this software and associated documentation files (the * |
@@ -34,7 +34,7 @@ | |||
34 | ****************************************************************************/ | 34 | ****************************************************************************/ |
35 | 35 | ||
36 | /* | 36 | /* |
37 | * $From: SigAction.h,v 1.5 1999/06/19 23:00:54 tom Exp $ | 37 | * $From: SigAction.h,v 1.6 2000/12/10 02:36:10 tom Exp $ |
38 | * | 38 | * |
39 | * This file exists to handle non-POSIX systems which don't have <unistd.h>, | 39 | * This file exists to handle non-POSIX systems which don't have <unistd.h>, |
40 | * and usually no sigaction() nor <termios.h> | 40 | * and usually no sigaction() nor <termios.h> |