Module Name: othersrc
Committed By: lukem
Date: Wed Jan 23 02:37:28 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: daemon.c
Log Message:
sync to daemon.c 1.10
Update to NetBSD src/lib/libc/gen/daemon.c 1.10 from 1.9:
- Update old-style definitions to ANSI
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/daemon.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/libnetbsd/daemon.c
diff -u othersrc/libexec/tnftpd/libnetbsd/daemon.c:1.3 othersrc/libexec/tnftpd/libnetbsd/daemon.c:1.4
--- othersrc/libexec/tnftpd/libnetbsd/daemon.c:1.3 Sun Sep 21 16:35:25 2008
+++ othersrc/libexec/tnftpd/libnetbsd/daemon.c Wed Jan 23 02:37:28 2019
@@ -1,5 +1,5 @@
-/* $NetBSD: daemon.c,v 1.3 2008/09/21 16:35:25 lukem Exp $ */
-/* from NetBSD: daemon.c,v 1.9 2003/08/07 16:42:46 agc Exp */
+/* $NetBSD: daemon.c,v 1.4 2019/01/23 02:37:28 lukem Exp $ */
+/* from NetBSD: daemon.c,v 1.10 2012/06/25 22:32:43 abs Exp */
/*-
* Copyright (c) 1990, 1993
@@ -33,8 +33,7 @@
#include "tnftpd.h"
int
-daemon(nochdir, noclose)
- int nochdir, noclose;
+daemon(int nochdir, int noclose)
{
int fd;