diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-19 17:57:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-19 17:57:44 +0000 |
commit | 14ed877776dcefece53d3ac792a4ed18ba7dd630 (patch) | |
tree | fcf291d1c7d9372b55a7c7ea822fd7af5d252b5d /sbin/nfsd/nfsd.c | |
parent | eaea12ff4f8a5979f9851fdd77caf066fec82cb6 (diff) |
mark signal races i cannot fix at the moment
Diffstat (limited to 'sbin/nfsd/nfsd.c')
-rw-r--r-- | sbin/nfsd/nfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 75fdfd6ba3f..ef985dc782d 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsd.c,v 1.11 2000/01/22 20:25:03 deraadt Exp $ */ +/* $OpenBSD: nfsd.c,v 1.12 2001/01/19 17:57:40 deraadt Exp $ */ /* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */ /* @@ -616,7 +616,7 @@ void nonfs(signo) int signo; { - + /* XXX signal race */ syslog(LOG_ERR, "missing system call: NFS not available."); } |