aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/daemon.c
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /lib/libutil/daemon.c
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'lib/libutil/daemon.c')
-rw-r--r--lib/libutil/daemon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libutil/daemon.c b/lib/libutil/daemon.c
index f4e663c8de26..ad5ca3e2c167 100644
--- a/lib/libutil/daemon.c
+++ b/lib/libutil/daemon.c
@@ -29,6 +29,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * from: "@(#)daemon.c 5.3 (Berkeley) 12/28/90
+ * $Id: daemon.c,v 1.3 1994/02/23 09:56:41 rgrimes Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
@@ -62,4 +65,5 @@ daemon(nochdir, noclose)
(void) close(devnull);
}
}
+ return 0;
}