Module Name:    src
Committed By:   jruoho
Date:           Thu Apr 29 15:24:07 UTC 2010

Modified Files:
        src/sys/sys: signalvar.h

Log Message:
Remove gsignal() and kgsignal() that do not prototype anything any more.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/sys/signalvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/signalvar.h
diff -u src/sys/sys/signalvar.h:1.76 src/sys/sys/signalvar.h:1.77
--- src/sys/sys/signalvar.h:1.76	Tue Jan 19 22:28:31 2010
+++ src/sys/sys/signalvar.h	Thu Apr 29 15:24:07 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: signalvar.h,v 1.76 2010/01/19 22:28:31 pooka Exp $	*/
+/*	$NetBSD: signalvar.h,v 1.77 2010/04/29 15:24:07 jruoho Exp $	*/
 
 /*
  * Copyright (c) 1991, 1993
@@ -129,8 +129,6 @@
  */
 int	coredump_netbsd(struct lwp *, void *);
 void	execsigs(struct proc *);
-void	gsignal(int, int);
-void	kgsignal(int, struct ksiginfo *, void *);
 int	issignal(struct lwp *);
 void	pgsignal(struct pgrp *, int, int);
 void	kpgsignal(struct pgrp *, struct ksiginfo *, void *, int);

Reply via email to