Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libc/sys pullup-1-6 ticket #510 (jdolecek).
details: https://anonhg.NetBSD.org/src/rev/6ab28cd90d2b
branches: netbsd-1-6
changeset: 528438:6ab28cd90d2b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jul 15 16:40:49 2002 +0000
description:
pullup-1-6 ticket #510 (jdolecek).
Original log message:
Remove sa_sigaction member of struct sigaction, accidentaly added here
in rev. 1.26.
Problem pointed out by Antti Kantee.
diffstat:
lib/libc/sys/sigaction.2 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 96a0f6fa4675 -r 6ab28cd90d2b lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2 Mon Jul 15 16:38:45 2002 +0000
+++ b/lib/libc/sys/sigaction.2 Mon Jul 15 16:40:49 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigaction.2,v 1.27 2002/02/08 01:28:22 ross Exp $
+.\" $NetBSD: sigaction.2,v 1.27.2.1 2002/07/15 16:40:49 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,7 +48,6 @@
void (*sa_handler)(int);
sigset_t sa_mask;
int sa_flags;
- void (*sa_sigaction)(int, siginfo_t *, void *);
};
.Ed
.Ft int
Home |
Main Index |
Thread Index |
Old Index